diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-08-07 22:41:22 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-08-07 22:41:22 +0100 |
commit | 236cdce358bee45bd5b0808b7efc9d9017bec3ba (patch) | |
tree | 228bda9e02dd297ddcc7ab35fc74fb49c631f15e /Makefile.am | |
parent | fd3f5f4615b84ae6f8427160017a2019bb4f7ba5 (diff) |
autotools: install .pc files to the correct directory on FreeBSD
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ecdbfd5039..41a6bf3ee9 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -108,7 +108,12 @@ pkgbuild/efl.install \ | |||
108 | po/xgettext_wrapper.sh \ | 108 | po/xgettext_wrapper.sh \ |
109 | po/Makevars.in | 109 | po/Makevars.in |
110 | 110 | ||
111 | if HAVE_FREEBSD | ||
112 | pkgconfigdir = $(libdir)data/pkgconfig | ||
113 | else | ||
111 | pkgconfigdir = $(libdir)/pkgconfig | 114 | pkgconfigdir = $(libdir)/pkgconfig |
115 | endif | ||
116 | |||
112 | pkgconfig_DATA = | 117 | pkgconfig_DATA = |
113 | 118 | ||
114 | if HAVE_WINDOWS | 119 | if HAVE_WINDOWS |