X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2FMakefile.am;h=77a82ecfece1e5c0d98a1a239bab8c67589b77a2;hb=47cd8a0916562272d1b0da947a2bc78cc021dd93;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..77a82ecf 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/Makefile.am @@ -23,7 +23,7 @@ liblttvwindow_la_SOURCES = \ menu.c\ gtkdirsel.c\ gtkmultivpaned.c\ - viewer.c \ + lttvwindow.c \ init_module.c \ support.c \ interface.c \ @@ -33,13 +33,13 @@ liblttvwindow_la_SOURCES = \ noinst_HEADERS = \ support.h \ interface.h \ - callbacks.h + callbacks.h\ + mainwindow-private.h lttvwindowinclude_HEADERS = \ - common.h\ gtkdirsel.h\ gtkmultivpaned.h\ - viewer.h\ + lttvwindow.h\ lttvfilter.h\ mainwindow.h\ menu.h\