diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-18 17:31:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-18 17:31:13 +0900 |
commit | f17faa6673e6497c498180676d73fcd0cbe32172 (patch) | |
tree | 1744a267695bdaa4e75569981176bf4bdb8ef60e /ksplashml | |
parent | 713c0a27e11d5cf90693b780cb58140f90b4cfd8 (diff) | |
download | tdebase-f17faa6673e6497c498180676d73fcd0cbe32172.tar.gz tdebase-f17faa6673e6497c498180676d73fcd0cbe32172.zip |
Add autotools support for KSplash Unified theme
Diffstat (limited to 'ksplashml')
-rw-r--r-- | ksplashml/pics/themes/unified/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ksplashml/pics/themes/unified/Makefile.am b/ksplashml/pics/themes/unified/Makefile.am new file mode 100644 index 000000000..c83dcb461 --- /dev/null +++ b/ksplashml/pics/themes/unified/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST=Theme.rc + +ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/Unified +ksplashml_pics_default_data_DATA = $(EXTRA_DIST) |