Annotation of embedaddon/dhcp/minires/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
                      2: 
                      3: noinst_LIBRARIES = libres.a
                      4: 
                      5: libres_a_SOURCES = res_mkupdate.c res_init.c res_update.c res_send.c \
                      6:                   res_comp.c res_sendsigned.c res_findzonecut.c res_query.c \
                      7:                   res_mkquery.c ns_date.c ns_parse.c ns_sign.c ns_name.c \
                      8:                   ns_samedomain.c ns_verify.c

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