X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=door_daemon%2FMakefile;h=ab595c3de4363d0c58b7e80fd2cf64f25d567cee;hb=bd2c78928d653160ef85e25e03e8b4e721635ac6;hp=adf4bfd7c58bbffab3c162f709bc29f8fe58b7ed;hpb=6773f3ff20c2826dc0f32e4d20b73572769f6e40;p=svn42.git diff --git a/door_daemon/Makefile b/door_daemon/Makefile index adf4bfd..ab595c3 100644 --- a/door_daemon/Makefile +++ b/door_daemon/Makefile @@ -26,6 +26,9 @@ EXECUTABLE := door_daemon OBJ := log.o \ sig_handler.o \ + options.o \ + string_list.o \ + command_queue.o \ door_daemon.o @@ -56,7 +59,6 @@ distclean: clean find . -name *.o -exec rm -f {} \; find . -name "*.\~*" -exec rm -rf {} \; rm -f include.mk - rm -f tun.c clean: rm -f *.o