Skip to content

Commit 1bbb461

Browse files
author
gsherman
committedNov 16, 2006
updated configure.in to support the resources/context_help directory
git-svn-id: http://svn.osgeo.org/qgis/trunk@6089 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b5fc9ef commit 1bbb461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎configure.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dnl library interfase version number
4141
dnl change when lib interface changes
4242
dnl see http://www.gnu.org/software/libtool/manual.html#TOC32
4343
dnl ---------------------------------------------------------------------------
44-
INTERFACE_VERSION=0:1:0
44+
INTERFACE_VERSION=1:0:0
4545

4646

4747
AM_INIT_AUTOMAKE(qgis, ${VERSION})
@@ -494,6 +494,7 @@ AC_CONFIG_FILES([
494494
images/themes/Makefile
495495
images/themes/nkids/Makefile
496496
resources/Makefile
497+
resources/context_help/Makefile
497498
src/Makefile
498499
src/composer/Makefile
499500
src/core/Makefile

0 commit comments

Comments
 (0)
Please sign in to comment.