X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=source%2Fdrv-Makefile.am;h=42c95d4102372dc0da46c008e059acec008bcd91;hp=7af869e40ba38dc140e712638aaed2430aae2930;hb=126eded091582d9b988d793141d6c428bc38457d;hpb=a65d66c08881d65a6d6e37be8efc1a24e4f60592 diff --git a/source/drv-Makefile.am b/source/drv-Makefile.am index 7af869e..42c95d4 100644 --- a/source/drv-Makefile.am +++ b/source/drv-Makefile.am @@ -23,11 +23,11 @@ if HW_${upper} noinst_LTLIBRARIES = libsigrokhw${lib}.la libsigrokhw${lib}_la_SOURCES = \ - api.c \ - protocol.c \ - protocol.h + api.c \ + protocol.c \ + protocol.h libsigrokhw${lib}_la_CFLAGS = \ - -I$(top_srcdir) + -I$(top_srcdir) endif