git-svn-id: http://ltt.polymtl.ca/svn@250 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
dfe3e3af 7SUBDIRS = gui
f62ab57e 8
e921c965 9AM_CFLAGS = $(GLIB_CFLAGS)
10AM_CFLAGS += $(GTK_CFLAGS)
11LIBS += $(GLIB_LIBS)
d47bdbf2 12LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi
e921c965 13
a521ac8f 14libdir = ${lttvplugindir}
15
e921c965 16lib_LTLIBRARIES = libguiEvents.la
17libguiEvents_la_LDFLAGS = -module
18libguiEvents_la_SOURCES = guiEvents.c
This page took 0.024484 seconds and 4 git commands to generate.