diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-01-14 09:46:44 +0300 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-01-14 09:46:44 +0300 |
commit | 92209ec0ae7b860746beb243fa52a1d405efb29f (patch) | |
tree | 3cddb98ddbc8ced42fdb2d56fe5eaf511559b3fc | |
parent | 348b48b3cbe0133759441df102935c759fbecf7f (diff) |
Fixed distcheck problem
-rw-r--r-- | hald/Makefile.am | 2 | ||||
-rwxr-xr-x | hald/hald-cache-test.sh | 3 | ||||
-rw-r--r-- | tools/device-manager/Makefile.am | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/hald/Makefile.am b/hald/Makefile.am index c2bfa4a7..589832f1 100644 --- a/hald/Makefile.am +++ b/hald/Makefile.am @@ -81,7 +81,7 @@ endif ## Red Hat end EXTRA_DIST = \ - hald_marshal.list + hald_marshal.list hald-cache-test.sh hald_marshal.h: hald_marshal.list glib-genmarshal $< --prefix=hald_marshal --header > $@ diff --git a/hald/hald-cache-test.sh b/hald/hald-cache-test.sh index ee09cd9d..d026a988 100755 --- a/hald/hald-cache-test.sh +++ b/hald/hald-cache-test.sh @@ -11,3 +11,6 @@ export HAL_FDI_SOURCE_PREPROBE HAL_FDI_SOURCE_INFORMATION \ ./hald-generate-fdi-cache || exit 2 ./hald-cache-test || exit 2 + +#required by distcheck +rm -Rf .local-fdi diff --git a/tools/device-manager/Makefile.am b/tools/device-manager/Makefile.am index eb4fa4c9..f382f66f 100644 --- a/tools/device-manager/Makefile.am +++ b/tools/device-manager/Makefile.am @@ -36,5 +36,5 @@ dist_devicemanager_DATA = \ # - rm -f $(DESTDIR)$(bindir)/hal-device-manager clean-local : - rm -f *~ + rm -f *~ *.pyc *.pyo rm -f hal-device-manager.glade.h |