summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-14 16:12:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-10 07:54:43 +0200
commit028b0ced4c26847c31a65c6f5630182cc2f4e7cb (patch)
tree5596f337820978f1a66f8bf0e994c8887dec8cf5 /cpukit/mghttpd
parentbuild: Merge libstdthreads/Makefile.am (diff)
downloadrtems-028b0ced4c26847c31a65c6f5630182cc2f4e7cb.tar.bz2
build: Merge mghttpd/Makefile.am
Diffstat (limited to 'cpukit/mghttpd')
-rw-r--r--cpukit/mghttpd/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/mghttpd/Makefile.am b/cpukit/mghttpd/Makefile.am
deleted file mode 100644
index 4f17609e29..0000000000
--- a/cpukit/mghttpd/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-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