commit 66d914a0b74728f812e6a5acd3694a090206b736
Author: Maia Kozheva <[email protected]>
Date: Sun May 16 16:59:53 2010 +0700
Bumped version in cmake; fixed cmake build to properly set HAVE_GIO
CMakeLists.txt | 2 +-
cmake/config.h.in | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8cef0b..058604d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 2.6)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}")
set(PACKAGE ${CMAKE_PROJECT_NAME})
-set(VERSION 0.99.14)
+set(VERSION 0.99.17GIT)
set(GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set(PACKAGE_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share)
set(PACKAGE_LOCALE_DIR ${PACKAGE_DATA_DIR}/locale)
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 99d8e37..96517df 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -15,11 +15,8 @@
/* Define to 1 if you have the `getopt_long_only' function. */
#cmakedefine HAVE_GETOPT_LONG_ONLY
-/* Define if you have gnome-vfs support */
-#cmakedefine HAVE_GNOME_VFS
-
-/* Define if you have HAL support */
-#cmakedefine HAVE_HAL
+/* Define if you have gio support */
+#cmakedefine HAVE_GIO
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
------------------------------------------------------------------------------
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2