diff options
author | David Zeuthen <david@fubar.dk> | 2005-08-26 20:27:21 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-08-26 20:27:21 +0000 |
commit | 64f827cbc660b14dfd03ae2bda4d11a2155d7b47 (patch) | |
tree | 385984586e68adb10b528a56852a4eed02594698 | |
parent | a463170452b91be10f0e92572b8311bdcdb7fd58 (diff) |
Add mkinstalldirs to EXTRA_DIST for nowHAL_0_5_4
-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 *~ |