~ubuntu-branches/ubuntu/utopic/cairo-dock-plug-ins/utopic-proposed

« back to all changes in this revision

Viewing changes to logout/src/CMakeLists.txt

Tags: upstream-3.3.99.beta1.2.really.3.3.2
ImportĀ upstreamĀ versionĀ 3.3.99.beta1.2.really.3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
########### sources ###############
3
3
 
4
4
SET(cd-logout_LIB_SRCS
5
 
        applet-init.c                           applet-init.h
6
 
        applet-config.c                         applet-config.h
7
 
        applet-notifications.c          applet-notifications.h
8
 
        applet-logout.c                         applet-logout.h
9
 
        applet-reboot-required.c        applet-reboot-required.h
10
 
        applet-timer.c                          applet-timer.h
 
5
        applet-init.c           applet-init.h
 
6
        applet-config.c         applet-config.h
 
7
        applet-notifications.c  applet-notifications.h
 
8
        applet-logout.c         applet-logout.h
11
9
        applet-struct.h
12
10
)
13
11
 
25
23
if (${UPOWER_FOUND})
26
24
        add_definitions (-DCD_UPOWER_AVAILABLE="1")
27
25
endif()
28
 
if (DEBIAN_PKG_MANAGERS)
29
 
        add_definitions (-DEND_INSTALLATION_PID="${DEBIAN_PKG_MANAGERS}")
30
 
endif()
31
26
 
32
27
 
33
28
include_directories (