summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-11 13:53:15 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-11 13:54:51 +0000
commit42cea18d0a25ca6229cfc4896d6e204d48568d80 (patch)
treef777c7267b782f8c5f1314b3b92318ec37cd699d
parentbbd9f4fa168c27600fd886326be06c09373748ed (diff)
downloadlibrest-42cea18d0a25ca6229cfc4896d6e204d48568d80.tar.gz
Add SOUP_GNOME flags to the build
-rw-r--r--rest/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/rest/Makefile.am b/rest/Makefile.am
index bd6f7e1..f4fadf2 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -1,9 +1,11 @@
lib_LTLIBRARIES = librest.la
-librest_la_CFLAGS = $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(SOUP_CFLAGS) \
+librest_la_CFLAGS = $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) \
+ $(SOUP_CFLAGS) $(SOUP_GNOME_CFLAGS) \
$(XML_CFLAGS) \
-I$(top_srcdir) -Wall -DG_LOG_DOMAIN=\"Rest\"
-librest_la_LIBADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(SOUP_LIBS) $(XML_LIBS)
+librest_la_LIBADD = $(GLIB_LIBS) $(GTHREAD_LIBS) \
+ $(SOUP_LIBS) $(SOUP_GNOME_LIBS) $(XML_LIBS)
librest_la_SOURCES = rest-proxy.c \
rest-proxy-call.c \
rest-xml-parser.c \