graphical modules directory names
[lttv.git] / ltt / branches / poly / lttv / modules / gui / detailedevents / 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 AM_CFLAGS = $(GLIB_CFLAGS)
8 AM_CFLAGS += $(GTK_CFLAGS)
9 LIBS += $(GLIB_LIBS)
10 LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/mainlib -lmainWinApi
11
12 libdir = ${lttvplugindir}
13
14 lib_LTLIBRARIES = libguiEvents.la
15 libguiEvents_la_LDFLAGS = -module
16 libguiEvents_la_SOURCES = guiEvents.c
17 noinst_HEADERS = gtkrbtree.h gtktreeprivate.h
18
This page took 0.030171 seconds and 5 git commands to generate.