summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-10-04 00:24:47 +0000
committerAdam Jackson <ajax@nwnk.net>2005-10-04 00:24:47 +0000
commit01f5840009b23cc504359219a6fbab3c150d4656 (patch)
tree14d20fbce5c36fdd8372de7beba76651c225e640
parent30f912cd14e8b7272a95586dc0af429a0fa4c84f (diff)
Bug #4677: Don't install libfontcache.so
-rw-r--r--ChangeLog5
-rw-r--r--src/fontcache/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e576545..c74c3d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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