X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2FMakefile.in;h=01a289e855c8e431a9a741ea0c04de1bb571959a;hp=df33071dcefc36a756e82d42487b16d536824a8a;hb=d9557400f86107a716e10444a2eb02babc1a1645;hpb=b1235ea0a6fd9b11d5d5684183c96350e7e3300e diff --git a/src/Makefile.in b/src/Makefile.in index df33071..01a289e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -347,7 +347,9 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = lib glade $(am__append_1) -AM_LDFLAGS = -Wl,--as-needed + +# -export-dynamic is need for defining handlers in the glade file. +AM_LDFLAGS = -Wl,--as-needed -export-dynamic # -no-deprecated-declarations to avoid some glib deprecation warnings AM_CPPFLAGS = -Wno-deprecated-declarations -Wall -Werror \