Adjust the includes now that some paths have changed
[lttv.git] / ltt / branches / poly / lttv / modules / gui / statistics / Makefile.am
CommitLineData
6b1d3120 1#
2# Makefile for LTT New generation user interface : plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
7AM_CFLAGS = $(GLIB_CFLAGS)
8AM_CFLAGS += $(GTK_CFLAGS)
9LIBS += $(GLIB_LIBS)
cef97e7c 10LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/mainlib -lmainwinapi
6b1d3120 11
12libdir = ${lttvplugindir}
13
af1cf84f 14lib_LTLIBRARIES = libguistatistics.la
5f874afe 15libguistatistics_la_LDFLAGS = -module
16libguistatistics_la_SOURCES = statistics.c
0c56e138 17
18EXTRA_DIST = \
19 hGuiStatisticInsert.xpm
This page took 0.024037 seconds and 4 git commands to generate.