X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2FMakefile.am;h=25ca2ecf689c8a06cf4ba57533b7e4d803b48e12;hb=25fba83632ff8e52e801b57189379803d70a228b;hp=54407a9934ff34f16f7db8bc59697754f79f543d;hpb=2b087fc281640c6bea22763434a531cc4df3ef4b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am index 54407a99..25ca2ecf 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am @@ -11,36 +11,30 @@ INCLUDES = \ @PACKAGE_CFLAGS@ \ $(DEFAULT_INCLUDES) -libdir = ${lttvplugindir} +#libdir = ${lttvplugindir} -#bin_PROGRAMS = lttvwindow lib_LTLIBRARIES = liblttvwindow.la -#liblttvwindow_la_LDFLAGS = -module liblttvwindow_la_SOURCES = \ toolbar.c\ menu.c\ - gtkdirsel.c\ - gtkmultivpaned.c\ - viewer.c \ + lttvwindow.c \ + lttvwindowtraces.c \ init_module.c \ support.c \ interface.c \ - callbacks.c \ - lttvfilter.c + callbacks.c noinst_HEADERS = \ support.h \ interface.h \ - callbacks.h + callbacks.h\ + mainwindow-private.h lttvwindowinclude_HEADERS = \ - common.h\ - gtkdirsel.h\ - gtkmultivpaned.h\ - viewer.h\ - lttvfilter.h\ + lttvwindow.h\ + lttvwindowtraces.h\ mainwindow.h\ menu.h\ toolbar.h