bl/Makefile.am
changeset 5 f600b0d1fc5d
parent 0 c2f4c0285180
child 6 faab25d520dd
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bl/Makefile.am	Fri Jan 27 10:30:16 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=libbl.la
     1.9 +libbl_la_SOURCES=bl.h textfileutils.c textfileutils.h spawn.c spawn.h
    1.10 +if !HAVE_GLIB
    1.11 +libbl_la_SOURCES+=macros.h types.h fileutils.c fileutils.h mem.c mem.h \
    1.12 +  strfuncs.c strfuncs.h blstring.c blstring.h utils.c utils.h
    1.13 +endif