From 2e7bb615050273a495736ca2f7e9b65f2e6d4268 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 5 Feb 2003 16:36:57 +0000 Subject: [PATCH] include the .i's in the dist --- wrap/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrap/Makefile.am b/wrap/Makefile.am index ec7b0b48..d13f53b4 100644 --- a/wrap/Makefile.am +++ b/wrap/Makefile.am @@ -16,6 +16,8 @@ otkpy_la_SOURCES = wrap_otk.cc obpy_la_SOURCES = wrap_ob.cc +EXTRA_DIST = otk.i ob.i callback.i + CLEANFILES = wrap_* *.py MAINTAINERCLEANFILES = Makefile.in -- 2.45.2