X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/40647d7b7b7fbeae828e0a032a3c3a5f204cdfa8..38fac18bf81df672821ebbac4130ce41f0a6c61f:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4a79694..c8c5081 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) + +dist-hook: gob2.spec + cp gob2.spec $(distdir)