projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a630001
)
Moved EXTRA_DIST outside of conditionals (as already happened to hotplug)
author
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 20 Nov 2007 19:43:00 +0000
(19:43 +0000)
committer
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 20 Nov 2007 19:43:00 +0000
(19:43 +0000)
etc/udev/Makefile.am
patch
|
blob
|
history
diff --git
a/etc/udev/Makefile.am
b/etc/udev/Makefile.am
index 5b13f9fc70a415ba98356cc1bfd56c265c4f9196..14280823fc27cf2e97603580d5ce26e10fe88f87 100644
(file)
--- a/
etc/udev/Makefile.am
+++ b/
etc/udev/Makefile.am
@@
-1,17
+1,15
@@
+EXTRA_DIST = 90-comedi.rules usbdux usbduxfast
+
if INSTALL_UDEVHOTPLUG
udevrules_DATA = 90-comedi.rules
udevscripts_SCRIPTS = usbdux usbduxfast
-EXTRA_DIST = 90-comedi.rules usbdux usbduxfast
-
else
udevrules_SCRIPTS =
udevscripts_SCRIPTS =
-EXTRA_DIST =
-
endif