diff options
-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> |