X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmain%2FMakefile.am;h=4c891fc368d65d1819ff14ed0a971d0d5d8042f3;hb=2a2fa4f0852b2a2701733c370059bad8aa000b03;hp=24d8bc2aa4d11fc961789dd7ea662eee63ff837f;hpb=efde9138bd61f0ce9cabb3f2dcc0d0040eaf35ed;p=lttv.git diff --git a/ltt/branches/poly/lttv/main/Makefile.am b/ltt/branches/poly/lttv/main/Makefile.am index 24d8bc2a..4c891fc3 100644 --- a/ltt/branches/poly/lttv/main/Makefile.am +++ b/ltt/branches/poly/lttv/main/Makefile.am @@ -3,8 +3,15 @@ LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread bin_PROGRAMS = lttv +INCLUDES = \ + -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \ + @PACKAGE_CFLAGS@ \ + $(DEFAULT_INCLUDES) + +libdir = ${lttvplugindir} + lttv_SOURCES = main.c module.c option.c \ hook.c attribute.c \ iattribute.c processTrace.c \ - state.c stats.c traceset.c + state.c stats.c traceset.c