changeset: 100:0ab9a0c1f821
user: Enno Boland (tox) <tox_AT_s01.de>
date: Fri Sep 11 09:38:53 2009 +0200
files: Makefile surf.c
description:
Makefile fixing
diff -r 142aaf5f3c2a -r 0ab9a0c1f821 Makefile
--- a/Makefile Fri Sep 11 08:18:09 2009 +0200
+++ b/Makefile Fri Sep 11 09:38:53 2009 +0200
@@ -35,7 +35,7 @@
dist: clean
@echo creating dist tarball
@mkdir -p surf-${VERSION}
- @cp -R LICENSE Makefile config.mk README \
+ @cp -R LICENSE Makefile config.mk config.def.h README \
surf.1 ${SRC} surf-${VERSION}
@tar -cf surf-${VERSION}.tar surf-${VERSION}
@gzip surf-${VERSION}.tar
diff -r 142aaf5f3c2a -r 0ab9a0c1f821 surf.c
--- a/surf.c Fri Sep 11 08:18:09 2009 +0200
+++ b/surf.c Fri Sep 11 09:38:53 2009 +0200
@@ -16,7 +16,7 @@
#include <webkit/webkit.h>
#include <glib/gstdio.h>
-#define LENGTH(x) (sizeof x / sizeof x[0])
+#define LENGTH(x) (sizeof x / sizeof x[0])
#define CLEANMASK(mask) (mask & ~(GDK_MOD2_MASK))
Display *dpy;
Received on Fri Sep 11 2009 - 07:38:08 UTC
This archive was generated by hypermail 2.2.0 : Fri Sep 11 2009 - 07:48:07 UTC