add plugin interface to objects
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
index 8b9af52bd8b69fd9bdc0a24d6907325e93916f21..bb4263ac259c6b78249ad534222657f64795f890 100644 (file)
@@ -11,7 +11,7 @@ INCLUDES = \
        @PACKAGE_CFLAGS@ \
        $(DEFAULT_INCLUDES)
 
-libdir = ${lttvplugindir}
+#libdir = ${lttvplugindir}
 
 lib_LTLIBRARIES = liblttvwindow.la
 
@@ -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 \
@@ -33,12 +35,13 @@ noinst_HEADERS = \
        mainwindow-private.h
 
 lttvwindowinclude_HEADERS = \
-       gtkdirsel.h\
        lttvwindow.h\
        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.02285 seconds and 4 git commands to generate.