blob: d1e33f1af5c726fa15c7e16963129fdb62e31255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
guidir = $(pkgdatadir)/data/themes/blackwood
gui_DATA = \
colors.xml \
mouse.png \
progress-indicator.png \
speechbubble.xml \
speech_bubble.png \
window.png
EXTRA_DIST = \
$(gui_DATA) \
CMakeLists.txt
|