summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd/Makefile.am
blob: 5058f8b85e0285552acc879f88178dba8466e0bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_CPPFLAGS = $(AM_CPPFLAGS)

libmghttpd_a_SOURCES = mongoose.c mongoose.h
endif
endif

include $(top_srcdir)/automake/local.am