fix bad include after renaming
[cparser] / Makefile
index 88333e1..3e8ee4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,9 +31,9 @@ CFLAGS += $(CFLAGS_$(variant))
 LFLAGS += $(FIRM_LIBS)
 
 SOURCES := \
-       adt/hashset.c \
        adt/strset.c \
        adt/strutil.c \
+       adt/pset_new.c \
        attribute.c \
        parser.c \
        ast.c \
@@ -47,7 +47,6 @@ SOURCES := \
        entitymap.c \
        format_check.c \
        input.c \
-       lexer.c \
        main.c \
        mangle.c \
        preprocessor.c \