common box as the top level of container to contain widgets of the module
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
1 #
2 # Makefile for LTT New generation user interface : plugins.
3 #
4 # Created by Mathieu Desnoyers on May 6, 2003
5 #
6
7 SUBDIRS = gui
8
9 AM_CFLAGS = $(GLIB_CFLAGS)
10 AM_CFLAGS += $(GTK_CFLAGS)
11 LIBS += $(GLIB_LIBS)
12 LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi -lcustomBox
13
14 libdir = ${lttvplugindir}
15
16 lib_LTLIBRARIES = libguiEvents.la libguiControlFlow.la
17 libguiEvents_la_LDFLAGS = -module
18 libguiEvents_la_SOURCES = guiEvents.c
19 libguiControlFlow_la_LDFLAGS = -module
20 libguiControlFlow_la_SOURCES = guiControlFlow.c
This page took 0.03042 seconds and 5 git commands to generate.