commit 1a919a593c8d6ca08bef6acf178b3c3756e26cd9
Author: Maia Kozheva <[email protected]>
Date:   Wed Dec 23 14:45:43 2009 +0600

    Brought add_custom_target to lowercase

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20cae72..cdba280 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -133,7 +133,7 @@ configure_file(${CMAKE_SOURCE_DIR}/data/man/gtkpod.1.in
 
 set(INTLTOOL_MERGE_EXECUTABLE ${CMAKE_SOURCE_DIR}/cmake/intltool-merge)
 
-ADD_CUSTOM_TARGET(desktopfile ALL ${INTLTOOL_MERGE_EXECUTABLE} -d
+add_custom_target(desktopfile ALL ${INTLTOOL_MERGE_EXECUTABLE} -d
     ${CMAKE_SOURCE_DIR}/po ${CMAKE_SOURCE_DIR}/data/gtkpod.desktop.in
     ${CMAKE_BINARY_DIR}/gtkpod.desktop)
 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to