[totem-pl-parser] build: Fix compilation with libgcrypt



commit 215006e0d4d0368d4cb27e0f7369137944091c2d
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 2 12:49:42 2012 +0000

    build: Fix compilation with libgcrypt
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671196

 plparse/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 5ffbfb7..1ee0b65 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -75,6 +75,7 @@ libtotem_plparser_la_CPPFLAGS = \
 libtotem_plparser_la_CFLAGS = \
 	$(TOTEM_PLPARSER_CFLAGS)	\
 	$(ARCHIVE_CFLAGS)		\
+	$(LIBGCRYPT_CFLAGS)		\
 	$(DBUS_CFLAGS)			\
 	$(WARN_CFLAGS)			\
 	$(AM_CFLAGS)			\
@@ -86,6 +87,7 @@ libtotem_plparser_la_CFLAGS = \
 libtotem_plparser_la_LIBADD = \
 	$(TOTEM_PLPARSER_LIBS)			\
 	$(ARCHIVE_LIBS)				\
+	$(LIBGCRYPT_LIBS)			\
 	$(top_builddir)/lib/libtotem_glibc.la
 
 libtotem_plparser_la_LDFLAGS =			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]