File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,7 @@ nobase_library_include_HEADERS = sigc++.h $(sigc_public_h) $(sigc_built_h)
29
29
30
30
lib_LTLIBRARIES = libsigc-@SIGCXX_API_VERSION@.la
31
31
32
- libsigc_@SIGCXX_API_VERSION@_la_SOURCES = \
33
- signal_base.cc \
34
- trackable.cc \
35
- connection.cc \
36
- functors/slot_base.cc \
37
- adaptors/lambda/lambda.cc
32
+ libsigc_@SIGCXX_API_VERSION@_la_SOURCES = $(sigc_sources_cc )
38
33
39
34
EXTRA_libsigc_@SIGCXX_API_VERSION@_la_SOURCES = $(sigc_built_cc )
40
35
Original file line number Diff line number Diff line change @@ -68,3 +68,10 @@ sigc_public_h = \
68
68
adaptors/bound_argument.h \
69
69
functors/functors.h \
70
70
functors/slot_base.h
71
+
72
+ sigc_sources_cc = \
73
+ signal_base.cc \
74
+ trackable.cc \
75
+ connection.cc \
76
+ functors/slot_base.cc \
77
+ adaptors/lambda/lambda.cc
You can’t perform that action at this time.
0 commit comments