X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fconvert%2FMakefile.am;h=6dbec8e554ee43cb9af674ae9cc8db13533bf92c;hb=9ea7b94b86fc2c4c291aca4ca59072aad5472ca1;hp=fe033010c8f2c1084033b68312e976bc7ceb617e;hpb=160d4bdbeb06b0d2aab920a77193253eaae1a162;p=lttv.git diff --git a/ltt/branches/poly/ltt/convert/Makefile.am b/ltt/branches/poly/ltt/convert/Makefile.am index fe033010..6dbec8e5 100644 --- a/ltt/branches/poly/ltt/convert/Makefile.am +++ b/ltt/branches/poly/ltt/convert/Makefile.am @@ -1,5 +1,12 @@ AM_CFLAGS = $(GLIB_CFLAGS) -LIBS += $(GLIB_LIBS) +LIBS += $(GLIB_LIBS) $(M_LIBS) bin_PROGRAMS = convert +convert_SOURCES = convert.c + +noinst_HEADERS = LTTTypes.h LinuxEvents.h + +EXTRA_DIST = core.xml sysInfo README +convertdir = $(pkgdatadir)/convert +convert_DATA = core.xml sysInfo README