From 401d6e1707662057af9fe9493d6e97aee20f3a23 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Nov 2010 20:05:39 +0000 Subject: build/dist fixes svn path=/trunk/externals/moonlib/; revision=14273 --- Makefile | 2 +- wac.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 76598b5..24b9461 100644 --- a/Makefile +++ b/Makefile @@ -277,7 +277,7 @@ dist: $(DISTDIR) done # special case for this library $(INSTALL_DIR) $(DISTDIR)/d - $(INSTALL_FILE) d/d*.gif $(DISTDIR)/d/ + $(INSTALL_DATA) d/d*.gif $(DISTDIR)/d/ tar --exclude-vcs -czpf $(DISTDIR).tar.gz $(DISTDIR) # make a Debian source package diff --git a/wac.c b/wac.c index 4b8809d..736194e 100644 --- a/wac.c +++ b/wac.c @@ -3,7 +3,7 @@ */ #include -#include +#include "s_stuff.h" #include #include -- cgit v1.2.1