diff options
author | Bert Vermeulen <bert@biot.com> | 2013-12-11 01:21:22 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-12-11 01:21:22 +0100 |
commit | f8c88ebc5b33052de0b88690577af4611aa3709a (patch) | |
tree | 075e5a7ac9c81329558c8ac755206bafe645ecb1 /Makefile.am | |
parent | fbd226c3f70f20fdf3cbfd43a671bf2bcc5d23e6 (diff) | |
download | libsigrokdecode-f8c88ebc5b33052de0b88690577af4611aa3709a.tar.gz libsigrokdecode-f8c88ebc5b33052de0b88690577af4611aa3709a.zip |
Clean up runtc build.
This only compiles libsigrok into the one target that needs it, instead
of slopping it all over the place.
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 f9bc14d..5227cc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I autostuff -SUBDIRS = contrib tests +SUBDIRS = . contrib tests lib_LTLIBRARIES = libsigrokdecode.la |