From 9357dae8c2788642b7969c749ab3e32a10d3c124 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 19 Mar 2007 15:24:07 +0100 Subject: [PATCH] netware/Makefile.am : "libmysql.imp" must survive a "make clean" for the NetWare builds. netware/Makefile.am: "libmysql.imp" must survive a "make clean" for the NetWare builds. --- netware/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netware/Makefile.am b/netware/Makefile.am index 8a9945fc6a4..59ebd624ed2 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -50,7 +50,8 @@ link_sources: else BUILT_SOURCES = libmysql.imp init_db.sql test_db.sql -CLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = libmysql.imp +CLEANFILES = init_db.sql test_db.sql # Create the libmysql.imp from libmysql/libmysql.def libmysql.imp: $(top_srcdir)/libmysql/libmysql.def