summaryrefslogtreecommitdiffstats
path: root/hw4/Makefile.am
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2014-01-14 16:47:54 +0800
committerLAN-TW <lantw44@gmail.com>2014-01-14 16:47:54 +0800
commit08b63dcd438ee4ec68fe9eb61b6cd42ee6684963 (patch)
tree4f3704448c7330f0a8c383e6193af6e5a40ad2cb /hw4/Makefile.am
parentd24aa7d6ceac4914906ce76aa729fd5c7011eb3d (diff)
downloadsp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.tar
sp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.tar.gz
sp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.tar.bz2
sp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.tar.lz
sp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.tar.xz
sp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.tar.zst
sp2013-08b63dcd438ee4ec68fe9eb61b6cd42ee6684963.zip
HW4: 準備處理 connection
Diffstat (limited to 'hw4/Makefile.am')
-rw-r--r--hw4/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw4/Makefile.am b/hw4/Makefile.am
index 898a3b9..62f22d8 100644
--- a/hw4/Makefile.am
+++ b/hw4/Makefile.am
@@ -25,6 +25,8 @@ cgish_httpd_SOURCES = \
chttpd/chttpd-socket.c \
chttpd/chttpd-server.h \
chttpd/chttpd-server.c \
+ chttpd/chttpd-conn.h \
+ chttpd/chttpd-conn.c \
$(NULL)
cgish_httpd_CFLAGS = -pthread -I$(top_srcdir)/l4basic -I$(top_srcdir)/chttpd
cgish_httpd_LDADD = $(top_builddir)/libl4basic.a