Remove "lib" prefix from .c/.h file names
[lttng-tools.git] / libkernelctl / Makefile.am
index 474eb29f8e8967f6b64b842bcc2e568f9aafb869..97a2c97110582900b8cda88d37518415f04a7bf2 100644 (file)
@@ -1,5 +1,5 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libkernelctl.la
+noinst_LTLIBRARIES = libkernelctl.la
 
-libkernelctl_la_SOURCES = libkernelctl.c
+libkernelctl_la_SOURCES = kernelctl.c kernelctl.h kernel-ioctl.h
This page took 0.022428 seconds and 4 git commands to generate.