Optimize build by using a single makefile file. (#941)

This commit is contained in:
Jari Sundell
2019-12-06 00:35:47 +09:00
committed by GitHub
parent 3798de01a0
commit 8cc1d8f2c5
9 changed files with 162 additions and 219 deletions
-32
View File
@@ -1,32 +0,0 @@
noinst_LIBRARIES = libsub_rpc.a
libsub_rpc_a_SOURCES = \
command.h \
command.cc \
command_impl.h \
command_map.cc \
command_map.h \
command_scheduler.cc \
command_scheduler.h \
command_scheduler_item.cc \
command_scheduler_item.h \
exec_file.cc \
exec_file.h \
fixed_key.h \
ip_table_list.h \
object_storage.cc \
object_storage.h \
parse.cc \
parse.h \
parse_commands.cc \
parse_commands.h \
parse_options.cc \
parse_options.h \
scgi.cc \
scgi.h \
scgi_task.cc \
scgi_task.h \
xmlrpc.h \
xmlrpc.cc
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)