gclib/Makefile.am
changeset 0 c2f4c0285180
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gclib/Makefile.am	Tue Jan 24 23:54:05 2012 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +INCLUDES=-I$(top_srcdir)
     1.5 +AM_CFLAGS=$(GLIB_CFLAGS)
     1.6 +LIBS=$(GLIB_LIBS)
     1.7 +
     1.8 +noinst_LTLIBRARIES=libgc.la
     1.9 +libgc_la_SOURCES=gclib.h textfileutils.c textfileutils.h spawn.c spawn.h
    1.10 +if !HAVE_GLIB
    1.11 +libgc_la_SOURCES+=macros.h types.h fileutils.c fileutils.h mem.c mem.h \
    1.12 +  strfuncs.c strfuncs.h gcstring.c gcstring.h utils.c utils.h
    1.13 +endif