Rename C++ header files to .hpp
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 59fadf1c79472e7d93467f73863e021586afce7d..2cf4c36d4dd2be49452853ed5052a66c066dadaf 100644 (file)
@@ -1,9 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-only
 
-SUBDIRS =
-
-AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
-
 lib_LTLIBRARIES = liblttng-ctl.la
 
 liblttng_ctl_la_SOURCES = \
@@ -15,7 +11,7 @@ liblttng_ctl_la_SOURCES = \
                load.cpp \
                lttng-ctl.cpp \
                lttng-ctl-health.cpp \
-               lttng-ctl-helper.h \
+               lttng-ctl-helper.hpp \
                rotate.cpp \
                save.cpp \
                snapshot.cpp \
This page took 0.033312 seconds and 4 git commands to generate.