summaryrefslogtreecommitdiff
path: root/src/lib/util/threads/Makefile.am
blob: 0a24b1345bcd66ecbde6854c8b22f1a8f84400c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = . tests
AM_CXXFLAGS = $(KEA_CXXFLAGS)

AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += $(BOOST_INCLUDES)

lib_LTLIBRARIES = libkea-threads.la
libkea_threads_la_SOURCES  = sync.h sync.cc
libkea_threads_la_SOURCES += thread.h thread.cc
libkea_threads_la_LIBADD  = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la

libkea_threads_la_LDFLAGS  = -no-undefined -version-info 1:0:0


CLEANFILES = *.gcno *.gcda