diff options
Diffstat (limited to 'hw4/Makefile.am')
-rw-r--r-- | hw4/Makefile.am | 2 |
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 |