[gnome-software] trivial: Fix underlinking in the rpm plugin
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix underlinking in the rpm plugin
- Date: Wed, 8 Mar 2017 13:22:43 +0000 (UTC)
commit 207c6d0226141f9e90951fb26cb50c3ac6ce7ba6
Author: Richard Hughes <richard hughsie com>
Date: Wed Mar 8 10:49:14 2017 +0000
trivial: Fix underlinking in the rpm plugin
plugins/ostree/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/ostree/Makefile.am b/plugins/ostree/Makefile.am
index 09bb9ad..9625001 100644
--- a/plugins/ostree/Makefile.am
+++ b/plugins/ostree/Makefile.am
@@ -11,8 +11,8 @@ libgs_plugin_ostree_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(OSTREE_CFLAGS)
plugin_LTLIBRARIES += libgs_plugin_rpm.la
libgs_plugin_rpm_la_SOURCES = gs-plugin-rpm.c
-libgs_plugin_rpm_la_LIBADD = $(GS_PLUGIN_LIBS) $(RPM_LIBS)
+libgs_plugin_rpm_la_LIBADD = $(GS_PLUGIN_LIBS) $(OSTREE_LIBS)
libgs_plugin_rpm_la_LDFLAGS = -module -avoid-version
-libgs_plugin_rpm_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(RPM_CFLAGS)
+libgs_plugin_rpm_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(OSTREE_LIBS)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]