Port: Link with no-undefined on Windows
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 9a6ca3815c354b5bcde37154d3e7f2919d0d6571..6b6a6eed127525f17a2a94454ea18e8fbf3dacc1 100644 (file)
@@ -5,7 +5,10 @@ SUBDIRS = filter
 lib_LTLIBRARIES = liblttng-ctl.la
 
 liblttng_ctl_la_SOURCES = lttng-ctl.c snapshot.c lttng-ctl-helper.h \
-               lttng-ctl-health.c save.c
+               lttng-ctl-health.c save.c load.c deprecated-symbols.c
+
+liblttng_ctl_la_LDFLAGS = \
+               $(LT_NO_UNDEFINED)
 
 liblttng_ctl_la_LIBADD = \
                $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
This page took 0.022839 seconds and 4 git commands to generate.