diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ 2005-08-26 David Zeuthen <davidz@redhat.com> + * Makefile.am: Add mkinstalldirs to EXTRA_DIST for now + * tools/Makefile.am (EXTRA_DIST): Also dist $(sbin_SCRIPTS) 2005-08-26 Danny Kukawka <danny.kukawka@web.de> diff --git a/Makefile.am b/Makefile.am index 38a943f9..3d7f8e24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ dist_dbus_DATA = hal.conf DISTCLEANFILES = hal.pc hal-storage.pc intltool-extract intltool-merge intltool-update -EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in +EXTRA_DIST = HACKING hal.pc.in hal-storage.pc.in hal.conf.in intltool-extract.in intltool-merge.in intltool-update.in mkinstalldirs clean-local : rm -f *~ |