]> sigrok.org Git - sigrok-util.git/blobdiff - source/drv-Makefile.am
new-driver: Cosmetics, whitespace, add comments.
[sigrok-util.git] / source / drv-Makefile.am
index 7af869e40ba38dc140e712638aaed2430aae2930..42c95d4102372dc0da46c008e059acec008bcd91 100644 (file)
@@ -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