diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-09-25 01:21:42 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-09-25 01:42:12 -0700 |
commit | cf80bab8e6410915ad27a61cef3bb5f456c7d80f (patch) | |
tree | fdd5f472eaa387d88a8e373f9c896b6a14e72d7b /tests | |
parent | a1a7646d5a791c2e918bc1a9f46d64334d5ab575 (diff) |
Lowercase library names to correspond with the new API.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fceaf13..5926d29 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = EXTRA_DIST = CheckLog.xsl AM_MAKEFLAGS = -k AM_CFLAGS = -Wall -Werror $(XPROTO_CFLAGS) @CHECK_CFLAGS@ -I$(top_srcdir)/src -LDADD = @CHECK_LIBS@ $(top_builddir)/src/libXCB.la +LDADD = @CHECK_LIBS@ $(top_builddir)/src/libxcb.la if HAVE_CHECK TESTS = check_all |