Skip to content

Commit

Permalink
Standardize name of scalebar plugin: don't use 'lib' prefix or camel …
Browse files Browse the repository at this point in the history
…case.

git-svn-id: http://svn.osgeo.org/qgis/trunk@6309 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
telwertowski committed Dec 22, 2006
1 parent a039bdd commit 6a95b3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/plugins/scale_bar/Makefile.am
Expand Up @@ -12,7 +12,7 @@

plugindir = ${pkglibdir}
#ScaleBar below to be replaced with the name of the plugin
plugin_LTLIBRARIES = libScaleBarplugin.la
plugin_LTLIBRARIES = scalebarplugin.la

%.moc.cpp: %.h
$(MOC) -o $@ $<
Expand All @@ -23,7 +23,7 @@ ui_%.h: %.ui
%.qrc.cpp: %.qrc
$(RCC) -o $@ $<

libScaleBarplugin_la_SOURCES = plugin.cpp \
scalebarplugin_la_SOURCES = plugin.cpp \
plugin.h \
plugingui.cpp \
plugingui.h \
Expand All @@ -49,9 +49,9 @@ pluginguibase.cpp: pluginguibase.h pluginguibase.ui
BUILT_SOURCES = $(plugin_MOC) $(plugin_UI) $(plugin_RES)


libScaleBarplugin_la_LIBADD = $(QT_LDADD) ../../core/libqgis_core.la
libScaleBarplugin_la_LDFLAGS = -avoid-version -module
libScaleBarplugin_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GDAL_CFLAGS) $(GEOS_CFLAGS) -I../../gui -I../../ui -I../../core
scalebarplugin_la_LIBADD = $(QT_LDADD) ../../core/libqgis_core.la
scalebarplugin_la_LDFLAGS = -avoid-version -module
scalebarplugin_la_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS) $(GDAL_CFLAGS) $(GEOS_CFLAGS) -I../../gui -I../../ui -I../../core

CLEANFILES = $(BUILT_SOURCES)

Expand Down

0 comments on commit 6a95b3e

Please sign in to comment.