]> Dogcows Code - chaz/homebank/blob - plugins/Makefile.am
add plugin engine (supports C and Perl plugins)
[chaz/homebank] / plugins / Makefile.am
1
2 plugindir = $(pkglibdir)/plugins
3
4 native_la_LDFLAGS = -module -avoid-version -shared -export-dynamic
5
6 native_la_SOURCES = native.c
7
8 native_la_CPPFLAGS = $(DEPS_CFLAGS) -I$(top_srcdir)/src
9 native_la_LIBADD = $(DEPS_LIBS)
10
11 plugin_LTLIBRARIES = native.la
12
This page took 0.03451 seconds and 4 git commands to generate.