X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2FMakefile.am;h=d90dc0964702c19db873aa456c5d83ccf688d550;hb=a100e2b757ba2b4ae34a1b595fdcde1804e07a75;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..d90dc096 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,20 @@ 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 + +libmainwin_la_HEADERS = \ + support.h \ + interface.h \ + callbacks.h + libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)