~cairo-dock-team/ubuntu/precise/cairo-dock/988102

« back to all changes in this revision

Viewing changes to src/gldit/CMakeLists.txt

  • Committer: Kees Cook
  • Date: 2011-08-11 19:31:26 UTC
  • mfrom: (19.1.1 cairo-dock)
  • Revision ID: kees@outflux.net-20110811193126-wh97aamdqx5gaf2f
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
# Link the result to the librairies.
98
98
target_link_libraries("gldi"
99
 
        ${PACKAGE_LIBRARIES}
 
99
        ${PACKAGE_LIBRARIES} -ldl
100
100
        ${XEXTEND_LIBRARIES}
101
101
        ${LIBCRYPT_LIBS}
102
102
        icon-factory
159
159
        cairo-dock-animations.h
160
160
        cairo-dock-gui-factory.h
161
161
        
162
 
        DESTINATION ${includedir}/cairo-dock/cairo-dock)
 
162
        DESTINATION ${includedir}/cairo-dock/gldit)
163
163
 
164
 
if (NOT "${enable_gtk_grip}" STREQUAL "")
 
164
if (NOT "${enable_gtk_grip}" STREQUAL "")  # actually it's more "disable-gtk-grip" ...
165
165
        add_definitions (-DENABLE_GTK_GRIP=1)
166
166
endif()