diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 20:05:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 20:05:39 +0000 |
commit | 401d6e1707662057af9fe9493d6e97aee20f3a23 (patch) | |
tree | d348e4e712109e596eee2f540f46215697d0ea0a | |
parent | 789c2bae565b743937d47cb652106f6bcd0b2eb2 (diff) |
build/dist fixes
svn path=/trunk/externals/moonlib/; revision=14273
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | wac.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -3,7 +3,7 @@ */ #include <m_pd.h> -#include <s_stuff.h> +#include "s_stuff.h" #include <sys/types.h> #include <sys/stat.h> |