From 7183917583b1356ba0b8edab6a4d86adcd3f4786 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 6 May 2015 12:38:52 +0200 Subject: Break out dbus proxy implementation to separate file --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3feaf6c..f4ba632 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ include libglnx/Makefile-libglnx.am.inc noinst_LTLIBRARIES = libglnx.la xdg_app_helper_SOURCES = xdg-app-helper.c +xdg_app_helper_LDADD = -L/gnome/lib -lglib-2.0 dbus_built_sources = xdg-app-dbus.c xdg-app-dbus.h systemd_dbus_built_sources = xdg-app-systemd-dbus.c xdg-app-systemd-dbus.h @@ -126,6 +127,8 @@ xdg_app_LDADD = $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) libglnx.la xdg_app_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) -I$(srcdir)/libglnx dbus_proxy_SOURCES = \ + xdg-app-proxy.c \ + xdg-app-proxy.h \ dbus-proxy.c \ $(NULL) -- cgit v1.2.1