X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2FMakefile.am;fp=plugins%2FMakefile.am;h=e5762a3c6303538e92e7bc2ee2272e7ea45b0782;hb=bdebe90556646c9672ca2e4f84c0cc654cbccc8f;hp=62a711126e72c440fb482b4f18f1ada60e395fa6;hpb=cb3f5fd6fce35d2a18f21246c7be123c18f01f97;p=chaz%2Fhomebank diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 62a7111..e5762a3 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,12 +1,12 @@ -plugindir = $(pkglibdir)/plugins +plugindir = $(pkglibdir)/plugins -native_la_LDFLAGS = -module -avoid-version -shared -export-dynamic +native_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -native_la_SOURCES = native.c +native_la_SOURCES = native.c -native_la_CPPFLAGS = $(DEPS_CFLAGS) -I$(top_srcdir)/src -native_la_LIBADD = $(DEPS_LIBS) +native_la_CPPFLAGS = $(DEPS_CFLAGS) -I$(top_srcdir)/src +native_la_LIBADD = $(DEPS_LIBS) -plugin_LTLIBRARIES = native.la +plugin_LTLIBRARIES = native.la