authenticate/Makefile.am
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
    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