X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/4c9cb9b99991c36920bd17e366e2128d1b22eb6e..486240dc4c5d57b0afaddba60d87fe375112bed5:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a5e1570..4809e57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,10 @@ -SUBDIRS = src doc +SUBDIRS = @SUBDIRS@ +DIST_SUBDIRS = src doc examples -EXTRA_DIST = gob.spec.in +m4dir=$(datadir)/aclocal +m4_DATA=gob.m4 -dist-hook: +EXTRA_DIST = gob.spec.in $(m4_DATA) + +dist-hook: gob.spec cp gob.spec $(distdir)