summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-03-10 18:47:36 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-10 18:47:36 +0100
commit490572625b83fc9e5cc85fe1ec046d173064b756 (patch)
tree4ef8d9c7be23c4e62f372f458e4725958e44e123
parentb0c586879b8153278e788c6208aa49f9039a0e3b (diff)
downloadgtk3-tqt-engine-490572625b83fc9e5cc85fe1ec046d173064b756.tar.gz
gtk3-tqt-engine-490572625b83fc9e5cc85fe1ec046d173064b756.zip
Fix the path for installing GTK3 libraries.
Second attempt because GTK3_LIBDIR already contains GTK3_PREFIX. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--tdegtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/Makefile.am b/tdegtk/Makefile.am
index 59d6c56..abc1c82 100644
--- a/tdegtk/Makefile.am
+++ b/tdegtk/Makefile.am
@@ -36,7 +36,7 @@ source_c = \
$(srcdir)/tdegtk-baseengine.cpp \
$(srcdir)/tdegtk-theme.cpp
-enginedir = $(GTK3_PREFIX)/$(GTK3_LIBDIR)/gtk-3.0/$(GTK3_VERSION)/theming-engines
+enginedir = $(GTK3_LIBDIR)/gtk-3.0/$(GTK3_VERSION)/theming-engines
engine_LTLIBRARIES = libtdegtk.la
libtdegtk_la_SOURCES = $(source_h) $(source_c)