Removed test subdir from Makefile.am. Not sure why it was there but it

hoses the build...


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2243 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-11-13 05:17:37 +00:00
parent 9504d805ae
commit 7bffc5ed58

View File

@ -12,7 +12,15 @@ if HAVE_GRASS
GRASS = grass
endif
SUBDIRS = $(GEOPROCESSING) $(SPIT) $(GRASS) delimited_text gps_importer grid_maker north_arrow copyright_label scale_bar test
SUBDIRS = $(GEOPROCESSING) \
$(SPIT) \
$(GRASS) \
delimited_text \
gps_importer \
grid_maker \
north_arrow \
copyright_label \
scale_bar
EXTRA_DIST = \
example/exampleplugin.cpp \