summaryrefslogtreecommitdiff
path: root/extras/path_id/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-07-30 01:45:23 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-07-30 01:45:23 +0200
commit01618658fd82dbc5e6315b639f00e87c6fee3c54 (patch)
treedf8e628d04a81186d6d431fd3b1fa50a3d34987a /extras/path_id/Makefile.am
parent726687ad48bdececed1e7e44387c50e009e28208 (diff)
use autotools
Diffstat (limited to 'extras/path_id/Makefile.am')
-rw-r--r--extras/path_id/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/path_id/Makefile.am b/extras/path_id/Makefile.am
new file mode 100644
index 0000000000..966a03dfaf
--- /dev/null
+++ b/extras/path_id/Makefile.am
@@ -0,0 +1,10 @@
+udevhomedir = $(udev_prefix)/lib/udev
+dist_udevhome_SCRIPTS = \
+ path_id
+
+dist_man_MANS = \
+ path_id.8
+
+distclean-local:
+ rm -f Makefile.in
+