~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to clock/data/digital/default/CMakeLists.txt

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
########### install files ###############
 
3
 
 
4
install(FILES  config   frame_0.svg     frame_1.svg     frame_2.svg     frame_3.svg                  DESTINATION ${clockdatadir}/digital/default)
 
5
 
 
6
 
 
7
 
 
8
#original Makefile.am contents follow:
 
9
 
 
10
#themedir = $(clockdatadir)/digital/default
 
11
#
 
12
#theme_DATA =\
 
13
#       config\
 
14
#       frame_0.svg\
 
15
#       frame_1.svg\
 
16
#       frame_2.svg\
 
17
#       frame_3.svg                 
 
18
#
 
19
#EXTRA_DIST = $(theme_DATA)