diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-05-28 21:16:26 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-05-28 21:16:26 +0200 |
| commit | b5a0e93f400d75ddef67c21c35878cfafee56e1a (patch) | |
| tree | 73dd35971de66cd1d09d303665bd5a2189396361 /src/Makefile.am | |
| parent | 720295848ea0d909cb39c004cbeaf1055fa7cffc (diff) | |
Small start for signup
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aaab9f9..5a779fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,8 +2,12 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = @DEFINES@ +bin_PROGRAMS = signup noinst_LTLIBRARIES = libdb.la libcgi.la +signup_SOURCES = signup.cc common.hh cgi.hh db.hh +signup_LDADD = libdb.la libcgi.la + libcgi_la_SOURCES = cgi.hh common.hh cgi.cc \ query_parser.hh query_parser.cc \ header_parser.hh header_parser.cc \ |
