diff options
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 034b9ea1b2..b292516bc5 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -6,7 +6,8 @@ glade_DATA = \ libcomposerincludedir = $(includedir)/composer -lib_LTLIBRARIES = libcomposer.la +noinst_LTLIBRARIES = libcomposer.la +libcomposer_la_LDFLAGS = -static INCLUDES = \ -I$(top_srcdir) \ |