summaryrefslogtreecommitdiff
path: root/mpi/Makefile.am
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2006-11-05 20:52:09 +0000
committerMoritz Schulte <mo@g10code.com>2006-11-05 20:52:09 +0000
commit37ba2efc88d5c719f430fee44165e729145df7ee (patch)
tree562099506e340de3d7b8da2ec67b23147589522c /mpi/Makefile.am
parent472aeb4f5fc85f29b2d389823e23ee5438178ce3 (diff)
downloadlibgcrypt-37ba2efc88d5c719f430fee44165e729145df7ee.tar.gz
2006-11-05 Moritz Schulte <moritz@g10code.com>
* Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the new gcrypt.h is used, not the one installed in the system. 2006-11-05 Moritz Schulte <moritz@g10code.com> * Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the new gcrypt.h is used, not the one installed in the system. 2006-11-05 Moritz Schulte <moritz@g10code.com> * Makefile.am (AM_CFLAGS): Added -I$(top_builddir)/src so that the new gcrypt.h is used, not the one installed in the system.
Diffstat (limited to 'mpi/Makefile.am')
-rw-r--r--mpi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index a1eb810e..4a1c27fb 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -151,7 +151,7 @@ CLEANFILES = _*.s __*.s
noinst_LTLIBRARIES = libmpi.la
-AM_CFLAGS = @GPG_ERROR_CFLAGS@
+AM_CFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
libmpi_la_LDFLAGS =
libmpi_la_SOURCES = longlong.h \
mpi-add.c \