libraries install dir change, please recompile the whole tree
[lttv.git] / ltt / branches / poly / lttv / modules / gui / API / 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
3b43ea17 14lib_LTLIBRARIES = libmainWinApi.la libcustomBox.la
c4c15b5e 15libmainWinApi_la_SOURCES = toolbar.c menu.c gtkTraceSet.c
3b43ea17 16libcustomBox_la_SOURCES = gtkcustomhbox.c
561f5852 17EXTRA_DIST =
This page took 0.022453 seconds and 4 git commands to generate.