mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
6352b88f9f
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4209 a592a061-630c-0410-9148-cb99ea01b6c8
12 lines
206 B
Makefile
12 lines
206 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
noinst_LTLIBRARIES = libboostsignals.la
|
|
|
|
INCLUDES = $(BOOST_INCLUDES)
|
|
|
|
libboostsignals_la_SOURCES = \
|
|
connection.cpp \
|
|
signal_base.cpp \
|
|
slot.cpp \
|
|
trackable.cpp
|