diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c1a1c7d..692ac1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,6 +12,11 @@ if NEED_COMPAT AM_CPPFLAGS += -I@top_srcdir@/compat endif +if STATIC_EXECUTABLES +# AM_LDFLAGS are libtool flags, NOT compiler/linker flags +AM_LDFLAGS = -all-static +endif + BUILT_SOURCES = EXTRA_DIST = gtk-info-popup.gob \ |