mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 15:05:56 +00:00
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
|