Mercurial > urweb
view src/c/Makefile.am @ 1452:aae3e3b6a408
Add two html elements: sup and sub
author | Karn Kallio <kkallio@eka> |
---|---|
date | Mon, 18 Apr 2011 01:21:48 -0430 |
parents | b2bc8bcd546f |
children | 3d0cc841cafd |
line wrap: on
line source
lib_LTLIBRARIES = liburweb.la liburweb_http.la liburweb_cgi.la liburweb_fastcgi.la liburweb_la_SOURCES = memmem.c openssl.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 @OPENSSL_INCLUDES@ AM_CFLAGS = -Wimplicit -Wall -Werror