From: Adam Dickmeiss Date: Sun, 11 Apr 2004 17:51:10 +0000 (+0000) Subject: Make WIN32 makefile part of dist X-Git-Tag: YAZPROXY.0.8~13 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=05d22caabccd8dba7ae2b6405bb42e6dc0641ed8 Make WIN32 makefile part of dist --- diff --git a/Makefile.am b/Makefile.am index 587d82b..99d75b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,10 +4,10 @@ SUBDIRS = src include etc doc EXTRA_DIST= README LICENSE yazpp.m4 buildconf.sh -## mkdir $(distdir)/win -## cp $(srcdir)/win/makefile $(distdir)/win/ dist-hook: + mkdir $(distdir)/win + cp $(srcdir)/win/makefile $(distdir)/win/ mkdir $(distdir)/debian cp $(srcdir)/debian/control $(distdir)/debian cp $(srcdir)/debian/changelog $(distdir)/debian diff --git a/win/makefile b/win/makefile index be510c9..b686c9d 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1993-2004, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.1 2004-04-11 17:49:53 adam Exp $ +# $Id: makefile,v 1.2 2004-04-11 17:51:10 adam Exp $ ########################################################### ############### Parameters @@ -315,7 +315,6 @@ clean: -del $(OBJDIR)\*.OBJ realclean: clean - -del $(ZOOMDIR)\zoom.h # Because DOS del will only accept one file name to delete, # the _H_ files work only on sets that have just one file.