Moving files around to get rid of the shared include tree. Some other
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainlib / Makefile.am
CommitLineData
561f5852 1#
2# Makefile for LTT New generation user interface : plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
96cbee09 7libdir = ${lttvlibdir}
561f5852 8
9AM_CFLAGS = $(GLIB_CFLAGS)
10AM_CFLAGS += $(GTK_CFLAGS)
11LIBS += $(GLIB_LIBS)
12LIBS += $(GTK_LIBS)
13
cef97e7c 14lib_LTLIBRARIES = libmainwinapi.la
15libmainwinapi_la_SOURCES = toolbar.c menu.c gtktraceset.c
16#libmainwinapi_la_LDFLAGS = -L${top_srcdir}/lttv/modules/gui/API -lcustomBox
558aa013 17
d8f124de 18lttvguiinclude_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
561f5852 28EXTRA_DIST =
This page took 0.027063 seconds and 4 git commands to generate.