~mitya57/indicator-datetime/lp1502480

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Robert Ancell
  • Date: 2014-02-10 22:59:02 UTC
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: robert.ancell@canonical.com-20140210225902-g2gxw546r2kj33mu
Move date/time panel into unity-control-center

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
add_definitions (-DTIMEZONE_FILE="/etc/timezone"
8
8
                 -DG_LOG_DOMAIN="Indicator-Datetime")
9
9
 
10
 
# let service know how to launch gnome-control-center on the desktop
11
 
if (BUILD_PANEL)
12
 
  add_definitions (-DHAVE_CCPANEL)
13
 
endif ()
14
 
 
15
10
add_library (${SERVICE_LIB} STATIC
16
11
             actions.cpp
17
12
             actions-live.cpp