add plugin interface to objects
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
index 25ca2ecf689c8a06cf4ba57533b7e4d803b48e12..bb4263ac259c6b78249ad534222657f64795f890 100644 (file)
@@ -24,7 +24,9 @@ liblttvwindow_la_SOURCES = \
        init_module.c \
        support.c \
        interface.c \
-       callbacks.c
+       callbacks.c \
+       lttv_plugin_tab.c \
+       lttv_plugin.c
 
 noinst_HEADERS = \
        support.h \
@@ -37,7 +39,9 @@ lttvwindowinclude_HEADERS = \
        lttvwindowtraces.h\
        mainwindow.h\
        menu.h\
-       toolbar.h
+       toolbar.h\
+       lttv_plugin_tab.h \
+       lttv_plugin.h
 
 liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
This page took 0.022866 seconds and 4 git commands to generate.