diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-12-30 10:50:00 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-12-30 11:14:24 +0100 |
commit | 2891e1bc35f9e3dd1faaa60484d5ddd774f80028 (patch) | |
tree | b4078b893fa244459c88851e30042dbf80795695 /Makefile.am | |
parent | a190e97997d091a6a1ff53d4f50ce6eae26ab9ae (diff) | |
download | libsigrokdecode-2891e1bc35f9e3dd1faaa60484d5ddd774f80028.tar.gz libsigrokdecode-2891e1bc35f9e3dd1faaa60484d5ddd774f80028.zip |
sr/srd: Remove/fix non-applicable autotools stuff.
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 8bb9aea..0a19ad9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = decoders lib_LTLIBRARIES = libsigrokdecode.la |