fix to use AM_PATH_GLIB_2_0
[lttv.git] / ltt / branches / poly / lttv / plugins / examples / Makefile.am
1 #
2 # Makefile for LTT New generation user interface : test plugins.
3 #
4 # Created by Mathieu Desnoyers on May 6, 2003
5 #
6
7 libdir = ${lttvplugindir}
8 AM_CFLAGS = $(GLIB_CFLAGS)
9 LIBS += $(GLIB_LIBS)
10
11 lib_LTLIBRARIES = sampledep.la samplemodule.la samplemodule2.la
12 sampledep_la_LDFLAGS = -module
13 sampledep_la_SOURCES = sampledep.c
14 samplemodule_la_LDFLAGS = -module
15 samplemodule_la_SOURCES = samplemodule.c
16 samplemodule2_la_LDFLAGS = -module
17 samplemodule2_la_SOURCES = samplemodule2.c
This page took 0.029711 seconds and 4 git commands to generate.