Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / configure.ac
index bc04b288b9c859cdf2764214a9faa8670677a821..25ad0ac582091cfaae96bdbfac880e55f0e084be 100644 (file)
@@ -349,8 +349,11 @@ AC_SUBST(babeltracectfirincludedir)
 babeltracepluginincludedir="${includedir}/babeltrace/plugin"
 AC_SUBST(babeltracepluginincludedir)
 
-# Add a rule to $program_transform_name to rename babeltrace.bin to babeltrace on installation
+babeltracecomponentincludedir="${includedir}/babeltrace/component"
+AC_SUBST(babeltracecomponentincludedir)
+
 program_transform_name="s&babeltrace\.bin&babeltrace&;$program_transform_name"
+AC_SUBST(program_transform_name)
 
 # check for Doxygen
 AC_ARG_ENABLE(
@@ -402,8 +405,9 @@ AC_CONFIG_FILES([
        doc/images/Makefile
        lib/Makefile
        lib/prio_heap/Makefile
-       lib/plugin-system/Makefile
-       lib/plugin-system/notification/Makefile
+       lib/plugin/Makefile
+        lib/component/Makefile
+       lib/component/notification/Makefile
        include/Makefile
        bindings/Makefile
        bindings/python/Makefile
This page took 0.024233 seconds and 4 git commands to generate.