Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / hostip / Makefile.am
blob3127de8223b947277641151ef005c8e9467d706f
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/include
16 hostip_LDADD = \
17         ../libevent/libevent_extra.la \
18         ../libevent/libevent_core.la