add plugin interface to objects
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
index 05bd3a37d564248e80bbdeb847fa5ed2da8b0bca..bb4263ac259c6b78249ad534222657f64795f890 100644 (file)
@@ -11,7 +11,7 @@ INCLUDES = \
        @PACKAGE_CFLAGS@ \
        $(DEFAULT_INCLUDES)
 
-libdir = ${lttvplugindir}
+#libdir = ${lttvplugindir}
 
 lib_LTLIBRARIES = liblttvwindow.la
 
@@ -19,14 +19,14 @@ lib_LTLIBRARIES = liblttvwindow.la
 liblttvwindow_la_SOURCES = \
        toolbar.c\
        menu.c\
-       gtkdirsel.c\
        lttvwindow.c \
        lttvwindowtraces.c \
        init_module.c \
        support.c \
        interface.c \
        callbacks.c \
-       lttvfilter.c
+       lttv_plugin_tab.c \
+       lttv_plugin.c
 
 noinst_HEADERS = \
        support.h \
@@ -35,13 +35,13 @@ noinst_HEADERS = \
        mainwindow-private.h
 
 lttvwindowinclude_HEADERS = \
-       gtkdirsel.h\
        lttvwindow.h\
        lttvwindowtraces.h\
-       lttvfilter.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.023281 seconds and 4 git commands to generate.