equal
deleted
inserted
replaced
18 touch $(distdir)/*.html $(distdir)/*.[123456789] |
18 touch $(distdir)/*.html $(distdir)/*.[123456789] |
19 |
19 |
20 %.1: %.pod ../configure.in; $(POD2MAN) --section=1 $< >$@ |
20 %.1: %.pod ../configure.in; $(POD2MAN) --section=1 $< >$@ |
21 %.html: %.pod; $(POD2HTML) $< >$@ |
21 %.html: %.pod; $(POD2HTML) $< >$@ |
22 |
22 |
23 CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@ |
|
24 INCLUDES = $(CIINCLUDES) -I../lib |
23 INCLUDES = $(CIINCLUDES) -I../lib |
25 |
24 |
26 checkvpw_SOURCES = checkvpw.cc authvlib.cc authvlib.h |
25 checkvpw_SOURCES = checkvpw.cc authvlib.cc authvlib.h |
27 checkvpw_LDADD = ../lib/libvmailmgr.a |
26 checkvpw_LDADD = ../lib/libvmailmgr.a |
28 |
27 |