Skip to content

Commit

Permalink
Add missing src prefix for entry added to configure.in
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5158 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 4, 2006
1 parent 8bc2458 commit 28c6bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plugin_builder.pl
Expand Up @@ -140,7 +140,7 @@
if($inConfigFile){
if(/^\s*\]\)*/){
# write our entry
print CONFIGUREINMOD "\tplugins/$pluginDir/Makefile\n";
print CONFIGUREINMOD "\tsrc/plugins/$pluginDir/Makefile\n";
$inConfigFile = 0;
}
}
Expand Down

0 comments on commit 28c6bde

Please sign in to comment.