]> git.lyx.org Git - features.git/blob - boost/libs/signals/src/Makefile.am
make sure to dist pch.h and mark PCH_FILE as a built file
[features.git] / boost / libs / signals / src / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = pch.h
4
5 BUILT_SOURCES = $(PCH_FILE)
6
7 noinst_LTLIBRARIES = libboost_signals.la
8
9 AM_CPPFLAGS += \
10         $(PCH_FLAGS) \
11         -DBOOST_USER_CONFIG="<config.h>" \
12         $(BOOST_INCLUDES)
13
14 libboost_signals_la_SOURCES = \
15         connection.cpp \
16         named_slot_map.cpp \
17         signal_base.cpp \
18         slot.cpp \
19         trackable.cpp