X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Ftext%2FMakefile.am;h=5d136ad3afed8df99d14724cea926f93814f07d1;hb=14428ba52de935dfa7edb62e0f8dc0a7bb6bcb43;hp=9e69ad8016aed8bc38eee57dab8f88459a7b4dc8;hpb=cf7ed9241d6bd0b02d0af5ca074b1c2a55161fab;p=babeltrace.git diff --git a/src/plugins/text/Makefile.am b/src/plugins/text/Makefile.am index 9e69ad80..5d136ad3 100644 --- a/src/plugins/text/Makefile.am +++ b/src/plugins/text/Makefile.am @@ -1,20 +1,29 @@ # SPDX-License-Identifier: MIT -SUBDIRS = pretty dmesg details - plugindir = "$(BABELTRACE_PLUGINS_DIR)" plugin_LTLIBRARIES = babeltrace-plugin-text.la -babeltrace_plugin_text_la_SOURCES = plugin.c +babeltrace_plugin_text_la_SOURCES = \ + details/colors.h \ + details/details.c \ + details/details.h \ + details/obj-lifetime-mgmt.c \ + details/obj-lifetime-mgmt.h \ + details/write.c \ + details/write.h \ + dmesg/dmesg.c \ + dmesg/dmesg.h \ + pretty/pretty.c \ + pretty/pretty.h \ + pretty/print.c \ + plugin.c + babeltrace_plugin_text_la_LDFLAGS = \ $(AM_LDFLAGS) \ $(LT_NO_UNDEFINED) \ -avoid-version -module $(LD_NOTEXT) -babeltrace_plugin_text_la_LIBADD = \ - pretty/libbabeltrace2-plugin-text-pretty-cc.la \ - dmesg/libbabeltrace2-plugin-text-dmesg-cc.la \ - details/libbabeltrace2-plugin-text-details-cc.la +babeltrace_plugin_text_la_LIBADD = if !ENABLE_BUILT_IN_PLUGINS babeltrace_plugin_text_la_LIBADD += \