X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=d18b9e90180cf4f51f1daf89a0c6e383ceabe2ca;hp=a531f8fc45f03a174cdb7a80d4db7323694fd6f2;hb=c2e55f28ba50e19fbf792a27009778e9dcca6fbb;hpb=1edd074095d135767d28f4d30de41bdd0af1a1fb diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index a531f8f..d18b9e9 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -1,11 +1,11 @@ MAINTAINERCLEANFILES = Makefile.in -AM_CFLAGS = -Wall --std=gnu99 -I../ -I../objects +AM_CFLAGS = -Wall --std=gnu99 -I$(top_srcdir)/src AM_CPPFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) $(SOUP_CFLAGS) AM_LDFLAGS = -module -avoid-version -no-undefined LIBS = $(top_srcdir)/src/libgis.la -pluginsdir = "$(libdir)/gis" +pluginsdir = "$(libdir)/$(GIS_SUBDIR)" plugins_LTLIBRARIES = sat.la elev.la map.la env.la test.la sat_la_SOURCES = sat.c sat.h @@ -16,7 +16,7 @@ test_la_SOURCES = test.c test.h noinst_LTLIBRARIES = teapot.la teapot_la_SOURCES = \ - $(top_srcdir)/examples/plugin/teapot.c + $(top_srcdir)/examples/plugin/teapot.c \ $(top_srcdir)/examples/plugin/teapot.h test: