QGIS/plugins/Makefile.am
jobi adf8745e87 - Changed configure stuff to write DEFINES in config.h.
Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am
- Infos will be posted on the devel mailinglist


git-svn-id: http://svn.osgeo.org/qgis/trunk@983 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-05 23:30:29 +00:00

32 lines
725 B
Makefile

if HAVE_SPIT
SPIT = spit
endif
if HAVE_POSTGRESQL
GEOPROCESSING = geoprocessing
endif
SUBDIRS = $(GEOPROCESSING) $(SPIT)
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