[frogr] Add mising CFLAGS in src/example/Makefile.am
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Add mising CFLAGS in src/example/Makefile.am
- Date: Mon, 9 Apr 2012 11:15:14 +0000 (UTC)
commit 77684bbd379d6e018b15ddb0c202bc926f0e3c7b
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Mon Apr 9 12:54:42 2012 +0200
Add mising CFLAGS in src/example/Makefile.am
src/examples/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 411adb3..0a7786c 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -19,7 +19,9 @@ noinst_PROGRAMS = \
example_CFLAGS = \
-I$(top_srcdir)/src \
$(GLIB_CFLAGS) \
- $(LIBSOUP_CFLAGS)
+ $(LIBSOUP_CFLAGS) \
+ $(LIBXML2_CFLAGS) \
+ $(LIBGCRYPT_CFLAGS)
example_LDADD = \
$(top_builddir)/src/flicksoup/libflicksoup.a \
@@ -28,4 +30,4 @@ example_LDADD = \
$(LIBGCRYPT_LIBS)
example_SOURCES = \
- example.c
\ No newline at end of file
+ example.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]