X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/38fac18bf81df672821ebbac4130ce41f0a6c61f..96e3b08533ea7fc6bd4b4de58849da0dec72411c:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 6a8b829..b9d186d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ #YACCFLAGS += -d -t YFLAGS = -d -t -SUBDIRS = +SUBDIRS = . CFLAGS = @CFLAGS@ \ -Wall \ @@ -14,7 +14,9 @@ DEFS = @DEFS@ \ INCLUDES = \ $(GLIB_CFLAGS) \ -I$(top_builddir) \ + -I$(top_builddir)/src \ -I$(top_srcdir) \ + -I$(top_srcdir)/src \ -I$(includedir) bin_PROGRAMS = @DOINSTGOB@