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
-14
View File
@@ -1,14 +0,0 @@
noinst_LIBRARIES = libsub_utils.a
libsub_utils_a_SOURCES = \
directory.cc \
directory.h \
file_status_cache.cc \
file_status_cache.h \
list_focus.h \
lockfile.cc \
lockfile.h \
socket_fd.cc \
socket_fd.h
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)