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