summaryrefslogtreecommitdiff
path: root/webrtc/base/Makefile.am
blob: 11638b29f5411bd5518e1dc5a39de4781668c3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
noinst_LTLIBRARIES = libbase.la

noinst_HEADERS = arraysize.h \
		 atomicops.h \
		 basictypes.h \
		 constructormagic.h \
		 safe_conversions.h \
		 safe_conversions_impl.h \
		 scoped_ptr.h \
		 template_util.h \
		 thread_annotations.h

libbase_la_SOURCES = criticalsection.cc \
		     criticalsection.h \
		     checks.cc \
		     checks.h \
		     event.cc \
		     event.h \
		     platform_thread.cc \
		     platform_thread.h \
		     platform_file.cc \
		     platform_file.h \
		     stringutils.cc \
		     stringutils.h \
		     thread_checker.h \
		     thread_checker_impl.cc \
		     thread_checker_impl.h

libbase_la_CXXFLAGS = $(AM_CXXFLAGS) $(COMMON_CXXFLAGS)

EXTRA_DIST = BUILD.gn