fixed indentation
[libfirm] / testprograms / Makefile.in
index 157cdd9..da12382 100644 (file)
@@ -1,4 +1,3 @@
-
 #
 # Project:     libFIRM
 # File name:   testprograms/Makefile.in
@@ -47,6 +46,7 @@ SOURCES := Makefile.in                \
        three_cfpred_example.c          \
        while_example.c
 
+
 GENFILES = %.vcg results.txt
 
 bin_EXAMPLES = $(CFILES:.c=)
@@ -61,7 +61,8 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/
 
 LDFLAGS = -L$(topdir)
 LDFLAGS+= @LDFLAGS@
-LDLIBS += -lfirm -liberty
+LDLIBS += -lfirm -liberty @LIBS@
+# @@@ TODO replace hand crafted stuff (xml2) for configure
 
 GENFILES := $(bin_EXAMPLES) *.vcg