diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-08 23:46:53 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-08 23:48:05 +0800 |
commit | 1726f10f65032106a42a409c3275bcd0727ff1d5 (patch) | |
tree | e94bb520eedc104f014a1397cb955d40b72dd11d /Makefile.am | |
parent | 94097c3f7f9587fd66b3bab00096baf1179f335f (diff) | |
download | fastalg-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.am | 6 |
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 |