Changeset 93adb9ed34244bd5de6812535898c8563aa99de1

Show
Ignore:
Timestamp:
01/02/10 13:51:28 (7 months ago)
Author:
Leo Antunes <leo@…>
Parents:
b95f72885b4384bd0b94854bc277c86a86a36910
Children:
6721eef9b2c8afc7192f2acde01bf661087fd148
git-committer:
Leo Antunes <leo@costela.net> / 2010-02-01T13:51:28Z+0100
Message:

use LIBPURPLE_LIBDIR in install target

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r89ea750 r93adb9e  
    99 
    1010add_library(awayonlock SHARED awayonlock.c callback.c prefs.c) 
    11 install(TARGETS awayonlock LIBRARY DESTINATION lib/pidgin NAMELINK_SKIP) 
    1211 
    1312find_package( PkgConfig REQUIRED ) 
     
    1918target_link_libraries(awayonlock ${LIBPURPLE_LIBRARIES} ${GLIB_LIBRARIES} ${DBUS_GLIB_LIBRARIES}) 
    2019 
     20install(TARGETS awayonlock LIBRARY DESTINATION ${LIBPURPLE_LIBDIR}/pidgin NAMELINK_SKIP) 
     21 
    2122find_package(Gettext) 
    2223if(GETTEXT_FOUND) 
  • ChangeLog

    ra33223a r93adb9e  
    1 Version 0.? (??-??-??): 
     1Version 0.5.2 (2010-02-01): 
    22 
    33        - added an INSTALL file by popular request 
     4        - use LIBPURPLE_LIBDIR in install target 
    45 
    56Version 0.5.1 (2009-11-02): 
  • INSTALL

    rb95f728 r93adb9e  
    22------------- 
    33 
    4 You'll need headers for libpurple, glib and dbus-glib. Optionally also  
     4You'll need headers for libpurple, glib and dbus-glib. Optionally also 
    55gettext. After that it's just a matter of: 
    66