makefile
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 40ff5b0454d1b00531f9955055eafc2af896061c..675c010534eb364dedf3b07ba559f0cde3653dc3 100644 (file)
@@ -5,17 +5,5 @@
 #
 
 # the gui subdir comes first : dependency
-SUBDIRS = gui guiControlFlow icons
-
-AM_CFLAGS = $(GLIB_CFLAGS) 
-AM_CFLAGS += $(GTK_CFLAGS)
-LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi
-
-libdir = ${lttvplugindir}
-
-lib_LTLIBRARIES = libguiEvents.la
-libguiEvents_la_LDFLAGS = -module
-libguiEvents_la_SOURCES = guiEvents.c
-noinst_HEADERS = gtkrbtree.h gtktreeprivate.h
+SUBDIRS = mainLib main text gui
 
This page took 0.022194 seconds and 4 git commands to generate.