Plugins Menu functions completed
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
index 7880689ddf1c803d4d6832682763f8963a2d6fbe..d625d806b53644c510e38d2681267a79c5d68599 100644 (file)
@@ -16,13 +16,21 @@ libdir = ${lttvplugindir}
 #bin_PROGRAMS = mainwin
 lib_LTLIBRARIES = libmainwin.la
 
+
 libmainwin_la_LDFLAGS = -module
 libmainwin_la_SOURCES = \
        init_module.c \
-       support.c support.h \
-       interface.c interface.h \
-       callbacks.c callbacks.h \
-       gtkcustom.c gtkcustom.h
+       support.c \
+       interface.c \
+       callbacks.c \
+       gtkcustom.c \
+       gtkdirsel.c
+
+noinst_HEADERS = \
+       support.h \
+       interface.h \
+       callbacks.h
+
 
 libmainwin_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
This page took 0.022765 seconds and 4 git commands to generate.