diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-03 21:55:48 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-03 23:34:31 +0100 |
commit | 087d133da974eff5c74322a0c08b5f91d97c3462 (patch) | |
tree | ec7211fb31070ca35a8868ab74073e722bbda73d /Makefile.am | |
parent | 71071bcfd36bed13b110931a6cc8189a1493dd2a (diff) | |
download | libsigrokdecode-087d133da974eff5c74322a0c08b5f91d97c3462.tar.gz libsigrokdecode-087d133da974eff5c74322a0c08b5f91d97c3462.zip |
Put most autotools files into autostuff/.
This yields a slightly more "tidy" top-level directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0a19ad9..ccb83d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I autostuff SUBDIRS = decoders |