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

« back to all changes in this revision

Viewing changes to dustbin/data/themes/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  trashcan_full.svg        trashcan_empty.svg DESTINATION ${dustbindatadir}/themes/default)
 
5
 
 
6
 
 
7
 
 
8
#original Makefile.am contents follow:
 
9
 
 
10
#themedir = $(dustbindatadir)/themes/default
 
11
#
 
12
#theme_DATA =       \
 
13
#       trashcan_full.svg\
 
14
#       trashcan_empty.svg
 
15
#
 
16
#EXTRA_DIST = $(theme_DATA)