]> git.ipfire.org Git - thirdparty/dhcp.git/blob - dst/Makefile.am
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
[thirdparty/dhcp.git] / dst / Makefile.am
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