[gnome-software] trivial: Set the correct LOCALPLUGINDIR when using automake



commit 721c2eee4b6b7f12539fc6060f94c35ff363d875
Author: Richard Hughes <richard hughsie com>
Date:   Tue Dec 13 14:16:34 2016 +0000

    trivial: Set the correct LOCALPLUGINDIR when using automake

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index a366a21..2d9955b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ AM_CPPFLAGS =                                         \
        -DLOCALEDIR=\""$(localedir)"\"                  \
        -DLOCALSTATEDIR=\""$(localstatedir)"\"          \
        -DTESTDATADIR=\""$(top_srcdir)/data"\"          \
-       -DLOCALPLUGINDIR=\""$(top_builddir)/plugins/.libs"\"    \
+       -DLOCALPLUGINDIR=\""$(top_builddir)/src/plugins/.libs"\" \
        -DGS_DATA=\"$(pkgdatadir)\"
 
 pkgconfigdir = $(libdir)/pkgconfig


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]