X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FmainWin%2Fsrc%2FMakefile.am;h=71788097633039e27be62ec5668993706ce78ea9;hb=3b43ea17ab7fa33c167cd5f09beabebe27a4f3fe;hp=e1eddbf29e6c40fd1acddfeb5f8edeb383ada855;hpb=dfe3e3afae760efb04851cd9cd11fb2dc7a62de2;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 e1eddbf2..71788097 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am @@ -6,14 +6,16 @@ INCLUDES = \ @PACKAGE_CFLAGS@ \ $(DEFAULT_INCLUDES) -bin_PROGRAMS = mainwin +#bin_PROGRAMS = mainwin +lib_LTLIBRARIES = libmainwin.la -mainwin_SOURCES = \ - main.c \ +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 -mainwin_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) +libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)