Include adt/strutil.c within Makefile
authorAndreas Zwinkau <zwinkau@kit.edu>
Wed, 14 Sep 2011 16:13:38 +0000 (18:13 +0200)
committerAndreas Zwinkau <zwinkau@kit.edu>
Wed, 14 Sep 2011 16:13:38 +0000 (18:13 +0200)
Makefile

index 2a96248..fd5db7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ LFLAGS += $(FIRM_LIBS)
 SOURCES := \
        adt/hashset.c \
        adt/strset.c \
+       adt/strutil.c \
        attribute.c \
        parser.c \
        ast.c \