~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Fabrice Rey
  • Date: 2013-02-02 18:41:38 UTC
  • Revision ID: fabounet03@gmail.com-20130202184138-n2eu2i9g0bmy40ru
made the Help module as an independant applet + removed the need for RTLD_DEEPBIND, which should make the dock compatible with BSD again

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
add_subdirectory (icon-factory)
3
3
add_subdirectory (gldit)
4
4
add_subdirectory (implementations)
5
 
add_subdirectory (help)
6
5
 
7
6
SET(cairo_dock_SRCS
8
7
        cairo-dock.c
39
38
        ${PACKAGE_LIBRARY_DIRS}
40
39
        ${GTK_LIBRARY_DIRS}
41
40
        ${XEXTEND_LIBRARY_DIRS}
42
 
        ${CMAKE_SOURCE_DIR}/src/gldit
43
 
        ${CMAKE_SOURCE_DIR}/src/help)
 
41
        ${CMAKE_SOURCE_DIR}/src/gldit)
44
42
 
45
43
# Add executable that is built from the source files.
46
44
add_executable (${PROJECT_NAME}
54
52
        ${LIBCRYPT_LIBS}
55
53
        gldi
56
54
        icon-factory
57
 
        implementations
58
 
        help)
 
55
        implementations)
59
56
 
60
57
# install the program once it is built.
61
58
install(