Skip to content

Commit

Permalink
More refactoring:
Browse files Browse the repository at this point in the history
-renamed raster lib to meet our agreed nameing scheme from the town hall meeting
-moved all composer related stuff into src/composer and made it its own lib
-removed -no-undefined for raster lib (for Tom)
-changed noinst to lib for legend 

Thanks Gary for sorting out make issues


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4443 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 1, 2006
1 parent af3a85b commit 6286b26
Show file tree
Hide file tree
Showing 51 changed files with 82 additions and 3,017 deletions.
3 changes: 1 addition & 2 deletions configure.in
Expand Up @@ -437,6 +437,7 @@ AC_CONFIG_FILES([
src/legend/Makefile
src/ui/Makefile
src/raster/Makefile
src/composer/Makefile
src/svg/Makefile
src/svg/biology/Makefile
src/svg/geometric/Makefile
Expand Down Expand Up @@ -464,10 +465,8 @@ AC_CONFIG_FILES([
providers/gpx/Makefile
providers/wms/Makefile
plugins/Makefile
plugins/community_reg_plugin/Makefile
plugins/copyright_label/Makefile
plugins/delimited_text/Makefile
plugins/example/Makefile
plugins/geoprocessing/Makefile
plugins/georeferencer/Makefile
plugins/gps_importer/Makefile
Expand Down
15 changes: 0 additions & 15 deletions plugins/Makefile.am
Expand Up @@ -12,9 +12,6 @@ if HAVE_GRASS
GRASS = grass
endif

if WITH_COMMUNITY
COMMUNITY = community_reg_plugin
endif

SUBDIRS = $(GEOPROCESSING) \
$(SPIT) \
Expand All @@ -27,19 +24,7 @@ SUBDIRS = $(GEOPROCESSING) \
copyright_label \
scale_bar

# georefencer was removed from the SUBDIRS list until Qt4 UI issues are resolved

EXTRA_DIST = \
example/exampleplugin.cpp \
example/exampleplugin.h \
example/Makefile.am \
example/Makefile.in \
example/matrix1.xpm \
maplayer/Makefile.am \
maplayer/Makefile.in \
maplayer/maplayertest.cpp \
maplayer/maplayertest.h \
maplayer/matrix1.xpm \
plugin_builder.pl \
plugin_template/icon.xpm \
plugin_template/Makefile.am \
Expand Down
8 changes: 0 additions & 8 deletions plugins/community_reg_plugin/.cvsignore

This file was deleted.

63 changes: 0 additions & 63 deletions plugins/community_reg_plugin/Makefile.am

This file was deleted.

12 changes: 0 additions & 12 deletions plugins/community_reg_plugin/README

This file was deleted.

0 comments on commit 6286b26

Please sign in to comment.