From 51ff4079cadf0655518a46719fe23aa5306db5df Mon Sep 17 00:00:00 2001 From: Christiaan Welvaart Date: Thu, 26 Jul 2012 13:41:20 +0000 Subject: - use existing special automake config to get g-ir-extract-deps in the correct location - rpmeval: use LDADD to specify libs to link against and link against rpmio because linker complains about it --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a1e3ee..04c3f40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,9 +69,9 @@ noinst_PROGRAMS = rpmeval rpmeval_SOURCES = rpmeval.c -rpmeval_LDFLAGS = -lrpm +rpmeval_LDADD = -lrpmio -lrpm -pkglibexec_PROGRAMS = g-ir-extract-deps +foobar_pkglibexec_PROGRAMS = g-ir-extract-deps g_ir_extract_deps_SOURCES = g-ir-extract-deps.c -- cgit v1.2.1