Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1131:94e83c5533d2 | 1132:d4cd54a4ea06 |
---|---|
1 lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la | |
2 | |
3 liburweb_la_SOURCES = memmem.c mhash.c urweb.c request.c queue.c | |
4 liburweb_http_la_SOURCES = http.c | |
5 liburweb_cgi_la_SOURCES = cgi.c | |
6 liburweb_fastcgi_la_SOURCES = fastcgi.c | |
7 | |
8 AM_CPPFLAGS = -I../../include |