X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/40647d7b7b7fbeae828e0a032a3c3a5f204cdfa8..6bec711e14babb0d6388754f41834036f22a3ef1:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4a79694..ed0463d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,10 @@ SUBDIRS = @SUBDIRS@ DIST_SUBDIRS = src doc examples -EXTRA_DIST = gob.spec.in +m4dir=$(datadir)/aclocal +m4_DATA=gob2.m4 -dist-hook: gob.spec - cp gob.spec $(distdir) +EXTRA_DIST = gob2.spec.in $(m4_DATA) COPYING.generated-code + +dist-hook: gob2.spec + cp gob2.spec $(distdir)