mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
22 lines
463 B
Makefile
22 lines
463 B
Makefile
EXTRA_DIST = example/Makefile.am \
|
|
example/Makefile.in \
|
|
example/exampleplugin.cpp \
|
|
example/exampleplugin.h \
|
|
example/matrix1.xpm \
|
|
maplayer/Makefile.am \
|
|
maplayer/Makefile.in \
|
|
maplayer/maplayertest.cpp \
|
|
maplayer/maplayertest.h \
|
|
maplayer/matrix1.xpm \
|
|
qgisplugin.h
|
|
|
|
if HAVE_SPIT
|
|
SPIT = spit
|
|
endif
|
|
|
|
if HAVE_POSTGRESDB
|
|
GEOPROCESSING = geoprocessing
|
|
endif
|
|
|
|
SUBDIRS = $(GEOPROCESSING) $(SPIT)
|