X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/e10d6e307623d0952f6e1f5d9fee8720ddab4808..486240dc4c5d57b0afaddba60d87fe375112bed5:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 504fcf0..1c846fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,8 @@ YFLAGS += -d -t SUBDIRS = +CFLAGS += -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations + INCLUDES = @GLIB_CFLAGS@ -I$(includedir) bin_PROGRAMS = @DOINSTGOB@ @@ -11,8 +13,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 +36,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) $<