mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
7ef4c4070c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9343 a592a061-630c-0410-9148-cb99ea01b6c8
16 lines
288 B
Makefile
16 lines
288 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
noinst_LTLIBRARIES = libboost_signals.la
|
|
|
|
AM_CPPFLAGS = \
|
|
$(PCH_FLAGS) \
|
|
-DBOOST_USER_CONFIG="<config.h>" \
|
|
$(BOOST_INCLUDES)
|
|
|
|
libboost_signals_la_SOURCES = \
|
|
connection.cpp \
|
|
named_slot_map.cpp \
|
|
signal_base.cpp \
|
|
slot.cpp \
|
|
trackable.cpp
|