X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2FMakefile.am;h=e65b712e98e8e628d5d840e8ad0a636155b7b8fb;hb=fda16332eab0088d07b2269754af75aaa27e736f;hp=7880689ddf1c803d4d6832682763f8963a2d6fbe;hpb=8af8e4c5fec518b63c7877b49b228acc2b947177;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am b/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am index 7880689d..e65b712e 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am @@ -16,13 +16,22 @@ libdir = ${lttvplugindir} #bin_PROGRAMS = mainwin lib_LTLIBRARIES = libmainwin.la + libmainwin_la_LDFLAGS = -module libmainwin_la_SOURCES = \ init_module.c \ - support.c support.h \ - interface.c interface.h \ - callbacks.c callbacks.h \ - gtkcustom.c gtkcustom.h + support.c \ + interface.c \ + callbacks.c \ + gtkmultivpaned.c \ + gtkdirsel.c \ + lttvfilter.c + +noinst_HEADERS = \ + support.h \ + interface.h \ + callbacks.h + libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)