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=94bcddb0ed7b4c9ede7fbeb0368a068a5b0d5edf;hpb=d4ae0591ab2fba1ee88f6b3faa680e1572a96bb1;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 94bcddb0..71788097 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am @@ -1,21 +1,21 @@ ## Process this file with automake to produce Makefile.in -LIBS += -lguiEvents - INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @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)