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