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=8e20e83eb6eb54eb9a93b0c63cad6d2f0a4ac9b0;hpb=96cbee09f8701ff8eb088af3ad79b812b3022c8f;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 8e20e83e..d90dc096 100644 --- a/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/mainWin/src/Makefile.am @@ -3,7 +3,7 @@ AM_CFLAGS = $(GLIB_CFLAGS) AM_CFLAGS += $(GTK_CFLAGS) LIBS += $(GLIB_LIBS) -LIBS += $(GTK_LIBS) -L../../API -lmainWinApi +LIBS += $(GTK_LIBS) -L$(top_srcdir)/lttv/modules/gui/API -lmainWinApi INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ @@ -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)