qse/samples/http/Makefile.am

20 lines
362 B
Makefile
Raw Normal View History

2016-04-29 03:55:42 +00:00
AiUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
2011-07-26 09:42:35 +00:00
-I$(includedir)
2016-04-29 03:55:42 +00:00
bin_PROGRAMS = httpd01
AM_LDFLAGS = -L../../lib/cmn -L../../lib/http
LDADD = -lqsehttp -lqsecmn $(SOCKET_LIBS) $(SENDFILE_LIBS)
if WIN32
LDADD += $(UNICOWS_LIBS)
endif
2012-09-12 15:47:41 +00:00
httpd01_SOURCES = httpd01.c
2012-09-12 15:47:41 +00:00
httpd01_LDADD = $(LDADD) $(SSL_LIBS)