elm_prefs: Install edj in the right directory
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 30 Mar 2016 04:56:22 +0000 (13:56 +0900)
committerJean-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

index 31ecc3d..8130f95 100644 (file)
@@ -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)