Skip to content

Commit 2a07367

Browse files
author
telwertowski
committedDec 22, 2006

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎src/plugins/scale_bar/Makefile.am

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
plugindir = ${pkglibdir}
1414
#ScaleBar below to be replaced with the name of the plugin
15-
plugin_LTLIBRARIES = libScaleBarplugin.la
15+
plugin_LTLIBRARIES = scalebarplugin.la
1616

1717
%.moc.cpp: %.h
1818
$(MOC) -o $@ $<
@@ -23,7 +23,7 @@ ui_%.h: %.ui
2323
%.qrc.cpp: %.qrc
2424
$(RCC) -o $@ $<
2525

26-
libScaleBarplugin_la_SOURCES = plugin.cpp \
26+
scalebarplugin_la_SOURCES = plugin.cpp \
2727
plugin.h \
2828
plugingui.cpp \
2929
plugingui.h \
@@ -49,9 +49,9 @@ pluginguibase.cpp: pluginguibase.h pluginguibase.ui
4949
BUILT_SOURCES = $(plugin_MOC) $(plugin_UI) $(plugin_RES)
5050

5151

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

5656
CLEANFILES = $(BUILT_SOURCES)
5757

0 commit comments

Comments
 (0)
Please sign in to comment.