X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=48ec5073668fc7681f803ff0ae9a686d82c02e56;hb=a46ff9d9503e9db1298c896b5a219e402706eb38;hp=deafc2e2cdfaffe066737d51764c5759e55140a0;hpb=985d1dada4dcf383db0371d10de692d3db24520d;p=pspp diff --git a/Makefile.am b/Makefile.am index deafc2e2cd..48ec507366 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ noinst_LTLIBRARIES= noinst_PROGRAMS= check_PROGRAMS= bin_PROGRAMS= +dist_man_MANS = DIST_HOOKS = INSTALL_DATA_HOOKS = UNINSTALL_DATA_HOOKS = @@ -49,7 +50,7 @@ LDADD = gl/libgl.la generate-changelog: if test -d $(top_srcdir)/.git; then \ - $(top_srcdir)/gitlog-to-changelog --since=2008-07-27 \ + $(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 \ > $(distdir)/cl-t; \ rm -f $(distdir)/ChangeLog; \ mv $(distdir)/cl-t $(distdir)/ChangeLog; \ @@ -63,6 +64,7 @@ include $(top_srcdir)/lib/automake.mk include $(top_srcdir)/doc/automake.mk include $(top_srcdir)/examples/automake.mk include $(top_srcdir)/src/automake.mk +include $(top_srcdir)/utilities/automake.mk include $(top_srcdir)/tests/automake.mk