]> git.armaanb.net Git - slock.git/blobdiff - Makefile
Apply dpms patch
[slock.git] / Makefile
index 8b3e24805945f87b659d7476b37286dd13573589..f4ffbb7e0263da9d91a733611955f8fbf764d741 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ options:
        @echo CC $<
        @${CC} -c ${CFLAGS} $<
 
-${OBJ}: config.h config.mk
+${OBJ}: config.h config.mk arg.h util.h
 
 config.h:
        @echo creating $@ from config.def.h
@@ -35,8 +35,8 @@ clean:
 dist: clean
        @echo creating dist tarball
        @mkdir -p slock-${VERSION}
-       @cp -R LICENSE Makefile README config.def.h config.mk ${SRC} \
-               explicit_bzero.c slock.1 slock-${VERSION}
+       @cp -R LICENSE Makefile README slock.1 config.mk \
+               ${SRC} explicit_bzero.c config.def.h arg.h util.h slock-${VERSION}
        @tar -cf slock-${VERSION}.tar slock-${VERSION}
        @gzip slock-${VERSION}.tar
        @rm -rf slock-${VERSION}