aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 43998022b4..db1c3340d6 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -41,3 +41,7 @@ libeutil_la_SOURCES = \
e-util.h \
e-xml-utils.c \
e-xml-utils.h
+
+noinst_LTLIBRARIES = libeutil-static.la
+libeutil_static_la_SOURCES = $(libeutil_la_SOURCES)
+libeutil_static_la_LDFLAGS = --all-static