Remove "lib" prefix from .c/.h file names
[lttng-tools.git] / liblttkconsumerd / Makefile.am
index 5594ee03b42eeca995c38ce5f128622b727b460c..a685221c8ff28016ef19521e2075ee141b76ecd5 100644 (file)
@@ -1,9 +1,9 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/liblttsessiondcomm -I$(top_srcdir)/libkernelctl
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttkconsumerd -I$(top_srcdir)/libkernelctl
 
 lib_LTLIBRARIES = liblttkconsumerd.la
 
-liblttkconsumerd_la_SOURCES = liblttkconsumerd.c liblttkconsumerd.h
+liblttkconsumerd_la_SOURCES = lttkconsumerd.c lttkconsumerd.h
 
 liblttkconsumerd_la_LIBADD = \
                $(top_builddir)/libkernelctl/libkernelctl.la \
-               $(top_builddir)/liblttsessiondcomm/liblttsessiondcomm.la
+               $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la
This page took 0.023263 seconds and 4 git commands to generate.