]> git.draconx.ca Git - gob-dx.git/blobdiff - src/Makefile.am
Release 0.93.2
[gob-dx.git] / src / Makefile.am
index 504fcf0daf85ba9d542eea767bbc4f74f1c81fba..28872fea0a282e08fcd5350f314a65c6a95bd920 100644 (file)
@@ -11,8 +11,8 @@ EXTRA_PROGRAMS = gob
 gob_SOURCES =  \
        main.c          \
        main.h          \
-       tree.c          \
-       tree.h          \
+       treefuncs.c     \
+       treefuncs.h     \
        out.c           \
        out.h           \
        util.c          \
@@ -34,7 +34,7 @@ BUILT_SOURCES = parse.h parse.c lexer.c
 
 CLEANFILES += $(BUILT_SOURCES) gtk-weird-button.* gtk-weird-button-private.h
 
-EXTRA_DIST = test.gob
+EXTRA_DIST = test.gob generate_treefuncs.pl treefuncs.def
 
 parse.h: parse.y
        $(YACC) $(YFLAGS) $<