summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-01-23 11:48:32 +0100
committerAlexander Larsson <alexl@redhat.com>2015-01-23 11:48:32 +0100
commit8336db2b143c9ee553898eee4bcb7dda89d1494c (patch)
tree89ba5c141eeae9c5114ffe256d91dcdfd5f4688a /Makefile.am
parent9547c1cde19c1c76dc3d21432465903c4600807d (diff)
downloadxdg-app-8336db2b143c9ee553898eee4bcb7dda89d1494c.tar.gz
Fix typo from last commit
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8016225..7b8b0aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ xdg_app_SOURCES = \
xdg-app-utils.h \
xdg-app-utils.c \
$(NULL)
-xdg_app_LDADD = $(OSTREE_LIBS) -$(SOUP_LIBS)
+xdg_app_LDADD = $(OSTREE_LIBS) $(SOUP_LIBS)
xdg_app_CFLAGS = $(OSTREE_CFLAGS) $(SOUP_CFLAGS)
install-exeic-hook: