summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd/Makefile.am
blob: 4f17609e29cf69b27fab27a39619abb493021783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/automake/compile.am

if LIBNETWORKING
if HAS_PTHREADS
project_lib_LIBRARIES = libmghttpd.a

$(PROJECT_LIB)/libmghttpd.a: libmghttpd.a
	$(INSTALL_DATA) $< $(PROJECT_LIB)/libmghttpd.a
TMPINSTALL_FILES = $(PROJECT_LIB)/libmghttpd.a

libmghttpd_a_SOURCES = mongoose.c mongoose.h
endif
endif

include $(top_srcdir)/automake/local.am