diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |