Fixed type in install directory path

git-svn-id: http://svn.osgeo.org/qgis/trunk@900 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-02-23 06:25:22 +00:00
parent bca5aa031a
commit b56897b836

View File

@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
plugindir = ${phglibdir}/qgis
plugindir = ${pkglibdir}/qgis
plugin_LTLIBRARIES = exampleplugin.la
%.moc.cpp: %.h
$(MOC) -o $@ $<