dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / hostip / Makefile.am
blob43791b6a25a72907483d7efee5df5ecaaeb2c2f1
2 bin_PROGRAMS = \
3         hostip
5 hostip_SOURCES = \
6         app.c \
7         app.h \
8         options.c \
9         options.h
11 AM_CFLAGS = @CWFLAGS@
13 AM_CPPFLAGS = \
14         -I../libevent-modified/include
16 hostip_LDADD = \
17         ../libevent-modified/libevent_extra.la \
18         ../libevent-modified/libevent_core.la