From 3f1bcd4ffe0c00bef8e34d3b0194ab754679c9ff Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Jul 2012 17:02:12 +0000 Subject: fix build --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 807b011..6a1e3ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,8 +62,8 @@ pkg_scripts_in = $(pkg_gscripts:=.in) BUILT_SOURCES = macros-perarch make_arch_macrosfiles.sh rpmgenplatform -pkglibdir = @RPMVENDORDIR@ -pkglibexecdir = @RPMVENDORDIR@ +foobar_pkglibdir = @RPMVENDORDIR@ +foobar_pkglibexecdir = @RPMVENDORDIR@ noinst_PROGRAMS = rpmeval @@ -77,12 +77,12 @@ g_ir_extract_deps_SOURCES = g-ir-extract-deps.c noinst_DATA = $(pkg_gconfig) -pkglib_DATA = \ +foobar_pkglib_DATA = \ $(pkg_data) \ $(pkg_gdata) $(pkg_gconfig) -pkglib_SCRIPTS = \ +foobar_pkglib_SCRIPTS = \ $(pkg_scripts) \ $(pkg_gscripts) -- cgit v1.2.1