Directory selector
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / Makefile.am
index 0fb734e1b3cad92b6c4dd70a928d463201359323..d625d806b53644c510e38d2681267a79c5d68599 100644 (file)
@@ -3,8 +3,7 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
 LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -L$(top_srcdir)/lttv/modules/gui/API -lmainWinApi\
-                                                         -lcustomBox
+LIBS += $(GTK_LIBS) -L$(top_srcdir)/lttv/modules/gui/API -lmainWinApi
 
 INCLUDES = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
@@ -17,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.0247 seconds and 4 git commands to generate.