JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dist target only needs to add config.default.h
[dwm.git] / Makefile
index b1378b8..34745a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC += client.c draw.c event.c layout.c main.c tag.c util.c
+SRC += client.c draw.c event.c main.c screen.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm
@@ -35,7 +35,7 @@ clean:
 dist: clean
        @echo creating dist tarball
        @mkdir -p dwm-${VERSION}
-       @cp -R LICENSE Makefile README config.*.h config.mk \
+       @cp -R LICENSE Makefile README config.default.h config.mk \
                dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION}
        @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
        @gzip dwm-${VERSION}.tar