diff options
author | Andrea Canciani <ranma42@gmail.com> | 2011-09-18 08:54:00 -0700 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-09-18 09:01:07 -0700 |
commit | f8e4657d8a45cdb35c9ccdcba1d002e8a3aac5bb (patch) | |
tree | e18996e6352765c15b3b5c0bc4f4d22cb3d13374 /util | |
parent | 7827f46d7cafd6429088c7837fa2104734fa1c4a (diff) |
Make cairo-missing a static library
It was meant to be static, but my autotools-fu was not good enough.
Diffstat (limited to 'util')
-rw-r--r-- | util/cairo-missing/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-missing/Makefile.am b/util/cairo-missing/Makefile.am index c8d6ccdf..90786102 100644 --- a/util/cairo-missing/Makefile.am +++ b/util/cairo-missing/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/util/cairo-missing/Makefile.sources AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -lib_LTLIBRARIES = libcairo-missing.la +noinst_LTLIBRARIES = libcairo-missing.la libcairo_missing_la_SOURCES = \ $(libcairo_missing_sources) \ |