diff options
author | Vincent Torri <vincent dot torri at gmail dot com> | 2014-08-29 19:45:46 +0200 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-09-02 10:29:50 +0100 |
commit | 0986814381b64b6fb217889c39a840cf324a9d0c (patch) | |
tree | 843e2fa0fabc4551387a8e3c0e3ed8d9a37ba2e2 /src/modules/prefs | |
parent | b19ee318d451bb9337d11f4bc93c9d249a05cc07 (diff) |
Use pkglibdir instead of libdir/elementary
This is cleaner and more correct.
Diffstat (limited to 'src/modules/prefs')
-rw-r--r-- | src/modules/prefs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/prefs/Makefile.am b/src/modules/prefs/Makefile.am index 49239c38c..ab11da632 100644 --- a/src/modules/prefs/Makefile.am +++ b/src/modules/prefs/Makefile.am | |||
@@ -5,7 +5,7 @@ include ../../../Makefile_Elm_Helpers.am | |||
5 | EXTRA_DIST = \ | 5 | EXTRA_DIST = \ |
6 | elm_prefs_swallow.edc | 6 | elm_prefs_swallow.edc |
7 | 7 | ||
8 | filesdir = $(libdir)/elementary/modules/prefs/$(MODULE_ARCH) | 8 | filesdir = $(pkglibdir)/modules/prefs/$(MODULE_ARCH) |
9 | files_DATA = elm_prefs_swallow.edj | 9 | files_DATA = elm_prefs_swallow.edj |
10 | 10 | ||
11 | elm_prefs_swallow.edj: Makefile elm_prefs_swallow.edc | 11 | elm_prefs_swallow.edj: Makefile elm_prefs_swallow.edc |
@@ -33,7 +33,7 @@ AM_CPPFLAGS = \ | |||
33 | @ELEMENTARY_EMAP_CFLAGS@ \ | 33 | @ELEMENTARY_EMAP_CFLAGS@ \ |
34 | @ELEMENTARY_WAYLAND_CFLAGS@ | 34 | @ELEMENTARY_WAYLAND_CFLAGS@ |
35 | 35 | ||
36 | pkgdir = $(libdir)/elementary/modules/prefs/$(MODULE_ARCH) | 36 | pkgdir = $(pkglibdir)/modules/prefs/$(MODULE_ARCH) |
37 | pkg_LTLIBRARIES = module.la | 37 | pkg_LTLIBRARIES = module.la |
38 | 38 | ||
39 | module_la_SOURCES = \ | 39 | module_la_SOURCES = \ |