summaryrefslogblamecommitdiffstats
path: root/cpukit/mghttpd/Makefile.am
blob: bb5f84ba16c59e1f59a4e59ad2d88d49391a60d8 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                         
               




                                          
                                                                     



                                            
     


                                       
include $(top_srcdir)/automake/compile.am

if LIBNETWORKING
if HAS_PTHREADS
include_mghttpddir = $(includedir)/mghttpd

project_lib_LIBRARIES = libmghttpd.a
libmghttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
# libmghttpd_a_CPPFLAGS += -DHAVE_MD5
libmghttpd_a_CPPFLAGS += -DNO_SSL -DNO_POPEN -DNO_CGI -DUSE_WEBSOCKET

libmghttpd_a_SOURCES = mongoose.c mongoose.h
include_mghttpd_HEADERS = mongoose.h
endif
endif

include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am