Mercurial > urweb
diff src/c/Makefile.am @ 1132:d4cd54a4ea06
First attempt to switch to Automake, to get shared libraries built in OSX
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 28 Jan 2010 09:56:08 -0500 |
parents | |
children | b08b73591d2c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/c/Makefile.am Thu Jan 28 09:56:08 2010 -0500 @@ -0,0 +1,8 @@ +lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la + +liburweb_la_SOURCES = memmem.c mhash.c urweb.c request.c queue.c +liburweb_http_la_SOURCES = http.c +liburweb_cgi_la_SOURCES = cgi.c +liburweb_fastcgi_la_SOURCES = fastcgi.c + +AM_CPPFLAGS = -I../../include