From 18ac42b2e443b48ae6efeeac319718a375a5f4c4 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Tue, 8 Sep 1998 21:39:34 +0000
Subject: [PATCH] Tweaked compiled vs. lib vs. distributed file lists.

---
 PUI/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PUI/Makefile.am b/PUI/Makefile.am
index fa756e072..aa38a0cdb 100644
--- a/PUI/Makefile.am
+++ b/PUI/Makefile.am
@@ -1,8 +1,9 @@
 noinst_LIBRARIES = libPUI.a
 
+EXTRA_DIST = complex.cxx simple.cxx
+
 libPUI_a_SOURCES = \
 	pu.h puLocal.h \
-	complex.cxx \
 	pu.cxx \
 	puBox.cxx \
 	puButton.cxx \