Moving files around to get rid of the shared include tree. Some other
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainlib / 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 libdir = ${lttvlibdir}
8
9 AM_CFLAGS = $(GLIB_CFLAGS)
10 AM_CFLAGS += $(GTK_CFLAGS)
11 LIBS += $(GLIB_LIBS)
12 LIBS += $(GTK_LIBS)
13
14 lib_LTLIBRARIES = libmainwinapi.la
15 libmainwinapi_la_SOURCES = toolbar.c menu.c gtktraceset.c
16 #libmainwinapi_la_LDFLAGS = -L${top_srcdir}/lttv/modules/gui/API -lcustomBox
17
18 lttvguiinclude_HEADERS = \
19 common.h\
20 gtkdirsel.h\
21 gtkmultivpaned.h\
22 gtktraceset.h\
23 lttvfilter.h\
24 mainwindow.h\
25 menu.h\
26 toolbar.h
27
28 EXTRA_DIST =
This page took 0.02958 seconds and 4 git commands to generate.