move license in mk/
[apps/pfixtools.git] / Makefile
index 249f9df..23ffcd1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ TESTS    = tst-rbl
 
 GENERATED = tokens.h tokens.c
 
-postlicyd_SOURCES = common.c epoll.c str.c buffer.c rbl.c \
+postlicyd_SOURCES = common.c threads.c str.c buffer.c rbl.c \
                    $(GENERATED) postfix.c main-postlicyd.c
 postlicyd_LIBADD = -lpthread
 
@@ -71,7 +71,7 @@ tags: .tags
 .tags: $(shell git ls-files | egrep '\.[hc]$$')
        ctags -o $@ $^
 
-headers: HEADACHEOPTS=-c mk/headache.cfg -h COPYING
+headers: HEADACHEOPTS=-c mk/headache.cfg -h mk/COPYING
 headers:
        @which headache > /dev/null || \
                ( echo "package headache not installed" ; exit 1 )