Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove wfs from the compiled code as it currently fails to compile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5748 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 1, 2006
1 parent 49945bf commit de50cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/plugins/Makefile.am
Expand Up @@ -23,8 +23,7 @@ SUBDIRS = $(GEOPROCESSING) \
grid_maker \
north_arrow \
copyright_label \
scale_bar \
wfs
scale_bar

EXTRA_DIST = \
plugin_builder.pl \
Expand Down
2 changes: 1 addition & 1 deletion src/providers/Makefile.am
Expand Up @@ -6,4 +6,4 @@ if HAVE_GRASS
GRASS = grass
endif

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

0 comments on commit de50cd3

Please sign in to comment.