automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with automake-1.6


From: Felipe Contreras
Subject: Help with automake-1.6
Date: Thu, 13 Jun 2002 01:47:56 -0500
User-agent: Mutt/1.4i

Hi,

I whould like to know how I can modify the next Makefile.am so it works with
automake-1.6. The problem is that automake says that the object was created
both with libtool and without.

EXTRA_DIST = PROTOCOL md5.h

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
libmsn_la_LDFLAGS = -module -avoid-version

if STATIC_MSN

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libmsn.a

libmsn_a_SOURCES = msn.c history.c

else

st =
pkg_LTLIBRARIES = libmsn.la
noinst_LIBRARIES =

libmsn_la_SOURCES = msn.c history.c

endif

-- 
Felipe Contreras



reply via email to

[Prev in Thread] Current Thread [Next in Thread]