summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-06-08 23:46:53 +0800
committerTing-Wei Lan <lantw44@gmail.com>2014-06-08 23:48:05 +0800
commit1726f10f65032106a42a409c3275bcd0727ff1d5 (patch)
treee94bb520eedc104f014a1397cb955d40b72dd11d /Makefile.am
parent94097c3f7f9587fd66b3bab00096baf1179f335f (diff)
downloadfastalg-protocol-1726f10f65032106a42a409c3275bcd0727ff1d5.tar.gz
fastalg-protocol-1726f10f65032106a42a409c3275bcd0727ff1d5.tar.zst
fastalg-protocol-1726f10f65032106a42a409c3275bcd0727ff1d5.zip
Add DNS protocol support and hostname matcherv0.1.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 754c312..57eba78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,8 +9,10 @@ EXTRA_DIST = \
$(NULL)
falgproto_libfalgproto_0_1_la_SOURCES = \
- falgproto/falgproto.h \
- falgproto/falgproto.c \
+ falgproto/falgproto.h \
+ falgproto/falgproto.c \
+ falgproto/falgproto-protocol-dns.c \
+ falgproto/falgproto-match-hostname.c \
$(NULL)
falgprotoincludedir = $(includedir)/falgproto-0.1