projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76fcf06
)
elm_prefs: Install edj in the right directory
author
Jean-Philippe Andre
<jp.andre@samsung.com>
Wed, 30 Mar 2016 04:56:22 +0000
(13:56 +0900)
committer
Jean-Philippe Andre
<jp.andre@samsung.com>
Wed, 30 Mar 2016 04:56:22 +0000
(13:56 +0900)
Note: the ticket was wrong, as I was looking for .so files in the
incorrect directory. v-1.17 is now used instead of v-1.17.99.
Fixes T3385
src/Makefile_Elementary.am
patch
|
blob
|
history
diff --git
a/src/Makefile_Elementary.am
b/src/Makefile_Elementary.am
index
31ecc3d
..
8130f95
100644
(file)
--- a/
src/Makefile_Elementary.am
+++ b/
src/Makefile_Elementary.am
@@
-935,7
+935,7
@@
moduleprefspkg_LTLIBRARIES = modules/elementary/prefs/module.la
EXTRA_DIST += modules/elementary/prefs/elm_prefs_swallow.edc
-prefs_filesdir = $(libdir)/modules/prefs/$(MODULE_ARCH)
+prefs_filesdir = $(libdir)/
elementary/
modules/prefs/$(MODULE_ARCH)
prefs_files_DATA = modules/elementary/prefs/elm_prefs_swallow.edj
CLEANFILES += $(prefs_files_DATA)