Skip to content

Commit 15536ec

Browse files
author
g_j_m
committed
Remove wfs from the compiled code as it currently fails to compile
git-svn-id: http://svn.osgeo.org/qgis/trunk@5748 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b10d248 commit 15536ec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/plugins/Makefile.am

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ SUBDIRS = $(GEOPROCESSING) \
2323
grid_maker \
2424
north_arrow \
2525
copyright_label \
26-
scale_bar \
27-
wfs
26+
scale_bar
2827

2928
EXTRA_DIST = \
3029
plugin_builder.pl \

src/providers/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if HAVE_GRASS
66
GRASS = grass
77
endif
88

9-
SUBDIRS = ogr $(POSTGRESQL) $(GRASS) delimitedtext gpx wms wfs
9+
SUBDIRS = ogr $(POSTGRESQL) $(GRASS) delimitedtext gpx wms

0 commit comments

Comments
 (0)