Trivial fixes
[lttv.git] / lttv / lttv / Makefile.am
index e63f4d7f66e309af74dce57dae472396f9cb3eaf..4129f4b0c6f035dc894d74896decc04e7c96227d 100644 (file)
@@ -39,10 +39,20 @@ libdir = ${lttvplugindir}
 #noinst_HEADERS = \
 #      filter.h
 
-lttv_real_SOURCES = batchtest.c main.c module.c option.c \
-               hook.c attribute.c \
-               iattribute.c state.c stats.c \
-              tracecontext.c traceset.c filter.c print.c
+lttv_real_SOURCES = \
+       batchtest.c\
+       main.c\
+       module.c\
+       option.c\
+       hook.c\
+       attribute.c\
+       iattribute.c\
+       state.c\
+       stats.c\
+       tracecontext.c\
+       traceset.c\
+       filter.c\
+       print.c
 
 #man_MANS = lttv.1
 #EXTRA_DIST = lttv.1
This page took 0.022579 seconds and 4 git commands to generate.