Mercurial > urweb
view src/c/Makefile.am @ 1258:78b36c50daf9
Fix width/height CSS choices for table rows/columns; stop warning about inability to embed type in JavaScript
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 16 May 2010 18:25:00 -0400 |
parents | b08b73591d2c |
children | b2bc8bcd546f |
line wrap: on
line source
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 AM_CFLAGS = -Wimplicit -Wall -Werror