2004-02-10 03:56:45 +00:00
|
|
|
if HAVE_SPIT
|
2004-02-11 05:45:46 +00:00
|
|
|
SPIT = spit
|
2004-02-10 03:56:45 +00:00
|
|
|
endif
|
2004-02-11 05:45:46 +00:00
|
|
|
|
|
|
|
if HAVE_POSTGRESDB
|
|
|
|
GEOPROCESSING = geoprocessing
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = $(GEOPROCESSING) $(SPIT)
|
2004-02-26 17:17:16 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = qgisplugin.h \
|
|
|
|
plugin_builder.pl \
|
|
|
|
plugin_template/icon.xpm \
|
|
|
|
plugin_template/Makefile.am \
|
|
|
|
plugin_template/plugin.cpp \
|
|
|
|
plugin_template/pluginguibase.ui \
|
|
|
|
plugin_template/pluginguibase.ui.h \
|
|
|
|
plugin_template/plugingui.cpp \
|
|
|
|
plugin_template/plugingui.h \
|
|
|
|
plugin_template/plugin.h \
|
|
|
|
plugin_template/README \
|
|
|
|
maplayer/Makefile.am \
|
|
|
|
maplayer/Makefile.in \
|
|
|
|
maplayer/maplayertest.cpp \
|
|
|
|
maplayer/maplayertest.h \
|
|
|
|
maplayer/matrix1.xpm \
|
|
|
|
example/Makefile.am \
|
|
|
|
example/Makefile.in \
|
|
|
|
example/exampleplugin.cpp \
|
|
|
|
example/exampleplugin.h \
|
|
|
|
example/matrix1.xpm
|