commit e58a8197089e8e663c818f1bfe592914e7664b2c parent fd87cfebf10e59db9c53258b3c8295fc11c973be Author: Heikki Lindholm <holin@iki.fi> Date: Thu, 20 Nov 2008 10:06:39 +0000 gcrypt Diffstat:
| M | src/examples/Makefile.am | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am @@ -1,8 +1,9 @@ SUBDIRS = . AM_CPPFLAGS = \ --I$(top_srcdir)/src/include \ --I$(top_srcdir)/src/daemon/https + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/daemon/https \ + @LIBGCRYPT_CFLAGS@ if USE_COVERAGE AM_CFLAGS = --coverage