Skip to content

Commit 6286b26

Browse files
author
timlinux
committedJan 1, 2006
More refactoring:
-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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+82
-3017
lines changed
 

‎configure.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ AC_CONFIG_FILES([
437437
src/legend/Makefile
438438
src/ui/Makefile
439439
src/raster/Makefile
440+
src/composer/Makefile
440441
src/svg/Makefile
441442
src/svg/biology/Makefile
442443
src/svg/geometric/Makefile
@@ -464,10 +465,8 @@ AC_CONFIG_FILES([
464465
providers/gpx/Makefile
465466
providers/wms/Makefile
466467
plugins/Makefile
467-
plugins/community_reg_plugin/Makefile
468468
plugins/copyright_label/Makefile
469469
plugins/delimited_text/Makefile
470-
plugins/example/Makefile
471470
plugins/geoprocessing/Makefile
472471
plugins/georeferencer/Makefile
473472
plugins/gps_importer/Makefile

‎plugins/Makefile.am

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ if HAVE_GRASS
1212
GRASS = grass
1313
endif
1414

15-
if WITH_COMMUNITY
16-
COMMUNITY = community_reg_plugin
17-
endif
1815

1916
SUBDIRS = $(GEOPROCESSING) \
2017
$(SPIT) \
@@ -27,19 +24,7 @@ SUBDIRS = $(GEOPROCESSING) \
2724
copyright_label \
2825
scale_bar
2926

30-
# georefencer was removed from the SUBDIRS list until Qt4 UI issues are resolved
31-
3227
EXTRA_DIST = \
33-
example/exampleplugin.cpp \
34-
example/exampleplugin.h \
35-
example/Makefile.am \
36-
example/Makefile.in \
37-
example/matrix1.xpm \
38-
maplayer/Makefile.am \
39-
maplayer/Makefile.in \
40-
maplayer/maplayertest.cpp \
41-
maplayer/maplayertest.h \
42-
maplayer/matrix1.xpm \
4328
plugin_builder.pl \
4429
plugin_template/icon.xpm \
4530
plugin_template/Makefile.am \

0 commit comments

Comments
 (0)
Please sign in to comment.