From 1690f5475dda1243db39d157928adf7dbe521299 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 23 Nov 1998 21:46:13 +0000 Subject: [PATCH] Add bucketutils.hxx to source list. --- Bucket/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bucket/Makefile.am b/Bucket/Makefile.am index 089ddc8a2..6f7e25dd2 100644 --- a/Bucket/Makefile.am +++ b/Bucket/Makefile.am @@ -1,5 +1,5 @@ noinst_LIBRARIES = libBucket.a -libBucket_a_SOURCES = bucketutils.c bucketutils.h +libBucket_a_SOURCES = bucketutils.c bucketutils.h bucketutils.hxx INCLUDES += -I$(top_builddir) -- 2.39.5