lib: make plugin API const-correct
[babeltrace.git] / include / Makefile.am
index bc272807688634d9d59ba2c83b9fcd42c901c20c..7a716590a0187428ea06b3d7fcb9b0b714099bf4 100644 (file)
@@ -146,8 +146,8 @@ babeltracetraceirinclude_HEADERS = \
 babeltracepluginincludedir = "$(includedir)/babeltrace/plugin"
 babeltraceplugininclude_HEADERS = \
        babeltrace/plugin/plugin-dev.h \
-       babeltrace/plugin/plugin.h \
-       babeltrace/plugin/plugin-set.h
+       babeltrace/plugin/plugin-const.h \
+       babeltrace/plugin/plugin-set-const.h
 
 # Graph, component, and notification API
 babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
This page took 0.023947 seconds and 4 git commands to generate.