]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/Makefile.am
hardware: Call libusb_error_name() in all USB-related error messages
[libsigrok.git] / hardware / openbench-logic-sniffer / Makefile.am
index 45daa5b1c5652bb3ee9312ac8761fd2128bfb3f1..8c524b321c250fc88018d47f495925763e4eb39f 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_OLS 
+if LA_OLS
 
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwols.la
 
 libsigrokhwols_la_SOURCES = \
-       ols.c
+       ols.c \
+       ols.h
 
 libsigrokhwols_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
 
 endif