Add reference counts to state and stats saved attributes. This way, the
[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
561f5852 18EXTRA_DIST =
This page took 0.028296 seconds and 4 git commands to generate.