]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
sr: asix: Change a free() to g_free() as it should be.
[libsigrok.git] / Makefile.am
index 77c804e461849bffaabc2720c969bb5a047b6608..e0bf75f9ac05c10318058a3d11173298a20dafdf 100644 (file)
@@ -17,7 +17,9 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-AM_CPPFLAGS = -I$(top_srcdir)/libsigrok
+ACLOCAL_AMFLAGS = -I autostuff
+
+AM_CPPFLAGS = -I$(top_srcdir)
 
 SUBDIRS = contrib hardware input output firmware
 
@@ -41,7 +43,7 @@ libsigrok_la_LIBADD = \
        input/libsigrokinput.la \
        output/libsigrokoutput.la
 
-libsigrok_la_LDFLAGS = $(SIGROK_LT_LDFLAGS)
+libsigrok_la_LDFLAGS = $(LIBSIGROK_LT_LDFLAGS)
 
 include_HEADERS = sigrok.h sigrok-proto.h
 noinst_HEADERS = sigrok-internal.h
@@ -49,3 +51,5 @@ noinst_HEADERS = sigrok-internal.h
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libsigrok.pc
 
+EXTRA_DIST = Doxyfile
+