gclib/Makefile.am
changeset 5 f600b0d1fc5d
parent 4 218904410231
child 6 faab25d520dd
     1.1 --- a/gclib/Makefile.am	Fri Jan 27 00:28:11 2012 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,10 +0,0 @@
     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