]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/Makefile.am
python: Fix syntax to support Python 3.x.
[libsigrok.git] / hardware / openbench-logic-sniffer / Makefile.am
index a4881f567d23a2fb68a1cf05bbb0c89bbc6d29a8..b3d6336c86b4a82df3bcb5b9b07ab703deaf84e2 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+if LA_OLS
+
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwols.la
 
 libsigrokhwols_la_SOURCES = \
-       ols.c
+       api.c \
+       protocol.c \
+       protocol.h
 
 libsigrokhwols_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
 
+endif