diff options
Diffstat (limited to 'data/themes/blackwood/Makefile.am')
-rw-r--r-- | data/themes/blackwood/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/themes/blackwood/Makefile.am b/data/themes/blackwood/Makefile.am index 57e9696fa..31cb547c1 100644 --- a/data/themes/blackwood/Makefile.am +++ b/data/themes/blackwood/Makefile.am @@ -29,6 +29,7 @@ gui_DATA = \ slider.png \ slider_hilight.png \ speechbubble.xml \ + speech_bubble.png \ sticky_button.png \ tab.png \ tab_hilight.png \ @@ -50,4 +51,5 @@ gui_DATA = \ window.png EXTRA_DIST = \ - $(gui_DATA) + $(gui_DATA) \ + CMakeLists.txt |