Annotation of embedaddon/dhcp/dst/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
        !             2: 
        !             3: lib_LIBRARIES = libdst.a
        !             4: 
        !             5: libdst_a_SOURCES = dst_support.c dst_api.c hmac_link.c md5_dgst.c \
        !             6:                   base64.c prandom.c
        !             7: 
        !             8: EXTRA_DIST = dst_internal.h md5.h md5_locl.h

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>