Remove "lib" prefix from .c/.h file names
[lttng-tools.git] / liblttkconsumerd / Makefile.am
index 86967bed3dbc80208abb87bebad0f614994aaa37..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_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.023172 seconds and 4 git commands to generate.