diff options
author | David Zeuthen <davidz@redhat.com> | 2007-03-04 21:24:33 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-03-04 21:24:33 -0500 |
commit | 7db7f143228a78a0f8f6e955a934f705969e0e3f (patch) | |
tree | 5424490c0eb7982765456707906c96e4728f8a63 /tools | |
parent | 0c16761e61064979daa7b39ce0083f064676e578 (diff) |
some fixes to make distcheck work again
Diffstat (limited to 'tools')
-rw-r--r-- | tools/device-manager/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/device-manager/Makefile.am b/tools/device-manager/Makefile.am index 5506b714..69dcc144 100644 --- a/tools/device-manager/Makefile.am +++ b/tools/device-manager/Makefile.am @@ -40,6 +40,8 @@ hal-device-manager: hal-device-manager.in Makefile CLEANFILES = Const.py hal-device-manager +EXTRA_DIST = Const.py.in hal-device-manager.in + # symlink into $(bindir) for convenience #install-data-local : # $(mkinstalldirs) $(DESTDIR)$(bindir) |