]> sigrok.org Git - libsigrok.git/commitdiff
Don't install libs and headers in the 0.1 release.
authorUwe Hermann <redacted>
Wed, 19 Jan 2011 18:20:44 +0000 (19:20 +0100)
committerUwe Hermann <redacted>
Wed, 19 Jan 2011 18:20:44 +0000 (19:20 +0100)
The library APIs are not yet usable or finalized, so don't expose the
libs for now. Instead, only install sigrok-cli, the manpages, and
the decoders.

Makefile.am

index 94672f333618981728d3ecabb875824497b71356..372640ee646fd3b38a7f3fcbefddadf56995ad6a 100644 (file)
@@ -22,7 +22,8 @@ AM_CPPFLAGS = -I $(top_srcdir)/libsigrok \
 
 SUBDIRS = hardware input output
 
-lib_LTLIBRARIES = libsigrok.la
+# lib_LTLIBRARIES = libsigrok.la
+noinst_LTLIBRARIES = libsigrok.la
 
 libsigrok_la_SOURCES = \
        backend.c \
@@ -38,9 +39,10 @@ libsigrok_la_LIBADD = \
        input/libsigrokinput.la \
        output/libsigrokoutput.la
 
-include_HEADERS = sigrok.h sigrok-proto.h
-noinst_HEADERS = sigrok-internal.h
+# include_HEADERS = sigrok.h sigrok-proto.h
+# noinst_HEADERS = sigrok-internal.h
+noinst_HEADERS = sigrok.h sigrok-proto.h sigrok-internal.h
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libsigrok.pc
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libsigrok.pc