X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2FMakefile.am;h=d625d806b53644c510e38d2681267a79c5d68599;hb=36b3c068721ec15aae394e65e5fc50ac4ec26358;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..d625d806 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,21 @@ 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 \ + gtkcustom.c \ + gtkdirsel.c + +noinst_HEADERS = \ + support.h \ + interface.h \ + callbacks.h + libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)