diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-10-04 00:24:47 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-10-04 00:24:47 +0000 |
commit | 01f5840009b23cc504359219a6fbab3c150d4656 (patch) | |
tree | 14d20fbce5c36fdd8372de7beba76651c225e640 | |
parent | 30f912cd14e8b7272a95586dc0af429a0fa4c84f (diff) |
Bug #4677: Don't install libfontcache.so
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/fontcache/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-10-03 Adam Jackson <ajax@freedesktop.org> + + * src/fontcache/Makefile.am: + Bug #4677: Don't install libfontcache.so. + 2005-09-09 Daniel Stone <daniel@freedesktop.org> * configure.ac: diff --git a/src/fontcache/Makefile.am b/src/fontcache/Makefile.am index 4066e1f..6ecc0ee 100644 --- a/src/fontcache/Makefile.am +++ b/src/fontcache/Makefile.am @@ -1,7 +1,7 @@ if XFONT_FONTCACHE INCLUDES = \ -I${top_srcdir}/include -lib_LTLIBRARIES = libfontcache.la +noinst_LTLIBRARIES = libfontcache.la AM_CFLAGS = $(FONTCACHEPROTO_CFLAGS) libfontcache_la_SOURCES = fontcache.c fontcache.h fcqueue.h fontdir = $(includedir)/X11/fonts |