change function names, fixes
[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
1e1eaa70 8#SUBDIRS = gui guiControlFlow icons
9SUBDIRS = gui guiControlFlow icons guiStatistic
f62ab57e 10
e921c965 11AM_CFLAGS = $(GLIB_CFLAGS)
12AM_CFLAGS += $(GTK_CFLAGS)
13LIBS += $(GLIB_LIBS)
558aa013 14LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi
e921c965 15
a521ac8f 16libdir = ${lttvplugindir}
17
1e7cfdab 18lib_LTLIBRARIES = libguiEvents.la
e921c965 19libguiEvents_la_LDFLAGS = -module
20libguiEvents_la_SOURCES = guiEvents.c
a559c4d6 21noinst_HEADERS = gtkrbtree.h gtktreeprivate.h
a100e2b7 22
This page took 0.0252 seconds and 4 git commands to generate.