summaryrefslogtreecommitdiff
path: root/app/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-11-26 22:05:38 +0100
committerAlexander Larsson <alexl@redhat.com>2015-11-26 22:05:38 +0100
commit106a5b06ecb28f4eb0eda9310b28903effe9d381 (patch)
tree3a30d6cb3a7983f20ee12352c5a5a6e0a7ba684a /app/Makefile.am.inc
parent49af28893711fbf8eda6bf34651c8b659702e4bf (diff)
downloadxdg-app-106a5b06ecb28f4eb0eda9310b28903effe9d381.tar.gz
Rename lib/ to common/ in preparation for public xdg-app library
Diffstat (limited to 'app/Makefile.am.inc')
-rw-r--r--app/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile.am.inc b/app/Makefile.am.inc
index 7d9fdb8..d8ead3a 100644
--- a/app/Makefile.am.inc
+++ b/app/Makefile.am.inc
@@ -27,6 +27,6 @@ xdg_app_SOURCES = \
$(xdp_dbus_built_sources) \
$(NULL)
-xdg_app_LDADD = $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(LIBARCHIVE_LIBS) libglnx.la libxdgapp.la
+xdg_app_LDADD = $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(LIBARCHIVE_LIBS) libglnx.la libxdgapp-common.la
xdg_app_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(LIBARCHIVE_CFLAGS)