diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-29 04:37:40 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-29 04:37:40 +0100 |
commit | c1d42b3aecb3cd1166a668d5c712353a4fceaf3b (patch) | |
tree | 97b838e0c8269e5ea1aa4c2d656aa23fb842b7cc /Makefile.am | |
parent | 4c0c73b02f31f5bf4b6c8efcc55251f684d76091 (diff) |
build: include Makefile.am.inc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7a82f97..ad89bb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,17 @@ -SUBDIRS = probe-modem modem-modeswitch +include $(top_srcdir)/Makefile.am.inc +SUBDIRS = \ + probe-modem \ + modem-modeswitch \ + udev-acl + +clean-local: + rm -rf udev-test-install + +distclean-local: + rm -rf autom4te.cache + +test-install: + rm -rf $(PWD)/udev-test-install/ + make DESTDIR=$(PWD)/udev-test-install install + tree $(PWD)/udev-test-install/ |