libraries install dir change, please recompile the whole tree
[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 # the gui subdir comes first : dependency
8 SUBDIRS = gui
9
10 AM_CFLAGS = $(GLIB_CFLAGS)
11 AM_CFLAGS += $(GTK_CFLAGS)
12 LIBS += $(GLIB_LIBS)
13 LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi -lcustomBox
14
15 libdir = ${lttvplugindir}
16
17 lib_LTLIBRARIES = libguiEvents.la # libguiControlFlow.la
18 libguiEvents_la_LDFLAGS = -module
19 libguiEvents_la_SOURCES = guiEvents.c
20 libguiControlFlow_la_LDFLAGS = -module
21 libguiControlFlow_la_SOURCES = guiControlFlow.c
This page took 0.029748 seconds and 4 git commands to generate.