Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-consumerd / Makefile.am
index 19bc7ed4cda4f6e8463e75190758b48538d740d6..3ad8210ccbadd28a49688b20818bd07090a96343 100644 (file)
@@ -4,9 +4,9 @@ lttnglibexec_PROGRAMS = lttng-consumerd
 
 lttng_consumerd_SOURCES = \
        lttng-consumerd.cpp \
-       lttng-consumerd.h \
+       lttng-consumerd.hpp \
        health-consumerd.cpp \
-       health-consumerd.h
+       health-consumerd.hpp
 
 lttng_consumerd_LDADD = \
           $(top_builddir)/src/common/libconsumer.la \
This page took 0.023086 seconds and 4 git commands to generate.