build: More build fixes and cleanups

This commit is contained in:
Arun Raghavan
2015-10-13 22:52:52 +05:30
parent 65a2860806
commit 7fcd4d2df5
19 changed files with 2130 additions and 138 deletions

View File

@ -1,5 +1,12 @@
SUBDIRS = base common_audio system_wrappers modules
SUBDIRS = . base common_audio system_wrappers modules
noinst_HEADERS = common.h
noinst_HEADERS = common.h \
common_types.h \
typedefs.h
noinst_LTLIBRARIES = libwebrtc.la
libwebrtc_la_SOURCES = common_types.cc
libwebrtc_la_CXXFLAGS = $(AM_CXXFLAGS) $(COMMON_CXXFLAGS)
EXTRA_DIST = BUILD.gn PATENTS LICENSE_THIRD_PARTY