Makefile fixing
authorEnno Boland (tox) <tox@s01.de>
Fri, 11 Sep 2009 07:38:53 +0000 (09:38 +0200)
committerEnno Boland (tox) <tox@s01.de>
Fri, 11 Sep 2009 07:38:53 +0000 (09:38 +0200)
Makefile
surf.c

index 80fe821..b98d311 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
 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 --git a/surf.c b/surf.c
index d1d11ec..a36af8f 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -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;