git-svn-id: http://ltt.polymtl.ca/svn@280 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
CommitLineData
f62ab57e 1#
2# Makefile for LTT New generation user interface : plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
96cbee09 7# the gui subdir comes first : dependency
558aa013 8SUBDIRS = gui guiControlFlow
f62ab57e 9
e921c965 10AM_CFLAGS = $(GLIB_CFLAGS)
11AM_CFLAGS += $(GTK_CFLAGS)
12LIBS += $(GLIB_LIBS)
558aa013 13LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi
e921c965 14
a521ac8f 15libdir = ${lttvplugindir}
16
1e7cfdab 17lib_LTLIBRARIES = libguiEvents.la
e921c965 18libguiEvents_la_LDFLAGS = -module
19libguiEvents_la_SOURCES = guiEvents.c
This page took 0.024574 seconds and 4 git commands to generate.