Index: /libmpc/branches/r2d/include/Makefile.am
===================================================================
--- /libmpc/branches/r2d/include/Makefile.am	(revision 260)
+++ /libmpc/branches/r2d/include/Makefile.am	(revision 260)
@@ -0,0 +1,12 @@
+## Process this file with automake to produce Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+nobase_include_HEADERS = \
+	mpc/datatypes.h \
+	mpc/minimax.h \
+	mpc/mpcmath.h \
+	mpc/mpc_types.h \
+	mpc/mpcdec.h \
+	mpc/reader.h \
+	mpc/streaminfo.h
