summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2011-01-14 17:10:16 +0000
committerAndreas Enge <andreas.enge@inria.fr>2011-01-14 17:10:16 +0000
commit7e3532bd51b36d607d9c5ef30b1a7a57607884db (patch)
tree7f38733462f2cef9e55fa3e34dc4a9edb3750439 /Makefile.am
parent2ad760b87e9baaec0df728762a00b26eb5688ed8 (diff)
downloadmpc-git-7e3532bd51b36d607d9c5ef30b1a7a57607884db.tar.gz
added logging facility for functions of type c_c (one output, one input)
and c_cc (one output, two inputs) Usage: ./configure --enable-logging; make install include mpc-log.h instead of mpc-h git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@873 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ac6a49f..27d260c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,5 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src tests doc
-include_HEADERS = src/mpc.h
+EXTRA_HEADERS = src/mpc-log.h
+include_HEADERS = src/mpc.h @MPC_LOG_H@
EXTRA_DIST = Makefile.vc tests/tgeneric.c