diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-26 01:57:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-26 03:18:21 +0100 |
commit | 460dfb712078121fff0a25ec7b91bbaf069a14c8 (patch) | |
tree | 396908f17e62ddc5f32348916045d6fc89bfc302 /Makefile.am | |
parent | c891735f10f65e84896172da5d7c0064efa72feb (diff) |
fully move m4 scripts to m4/ since that's apparently what was intended
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3de6226..df6ac90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,8 @@ SUBDIRS = \ modem-modeswitch \ udev-acl +ACLOCAL_AMFLAGS = -I m4 + clean-local: rm -rf udev-test-install |