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