gclib/Makefile.am
author ali <ali@juiblex.co.uk>
Tue Jan 24 23:54:05 2012 +0000 (2012-01-24)
changeset 0 c2f4c0285180
permissions -rw-r--r--
Initial version
     1 INCLUDES=-I$(top_srcdir)
     2 AM_CFLAGS=$(GLIB_CFLAGS)
     3 LIBS=$(GLIB_LIBS)
     4 
     5 noinst_LTLIBRARIES=libgc.la
     6 libgc_la_SOURCES=gclib.h textfileutils.c textfileutils.h spawn.c spawn.h
     7 if !HAVE_GLIB
     8 libgc_la_SOURCES+=macros.h types.h fileutils.c fileutils.h mem.c mem.h \
     9   strfuncs.c strfuncs.h gcstring.c gcstring.h utils.c utils.h
    10 endif