source: rtems/cpukit/mghttpd/Makefile.am @ 68e1ccc4

5
Last change on this file since 68e1ccc4 was 68e1ccc4, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/18 at 04:30:20

build: Remove specialized CPPFLAGS

  • Property mode set to 100644
File size: 350 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3if LIBNETWORKING
4if HAS_PTHREADS
5project_lib_LIBRARIES = libmghttpd.a
6
7$(PROJECT_LIB)/libmghttpd.a: libmghttpd.a
8        $(INSTALL_DATA) $< $(PROJECT_LIB)/libmghttpd.a
9TMPINSTALL_FILES = $(PROJECT_LIB)/libmghttpd.a
10
11libmghttpd_a_SOURCES = mongoose.c mongoose.h
12endif
13endif
14
15include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.