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
-15
View File
@@ -1,15 +0,0 @@
noinst_LIBRARIES = libsub_input.a
libsub_input_a_SOURCES = \
bindings.cc \
bindings.h \
input_event.cc \
input_event.h \
manager.cc \
manager.h \
path_input.cc \
path_input.h \
text_input.cc \
text_input.h
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)