diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-09-25 02:00:23 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-09-25 02:00:23 -0700 |
commit | 46b7dbdd9306235ae04da9d0e3431a1b58f89048 (patch) | |
tree | c77ba6dae24e0df5f25abb0b0c8cf64adba2b14e /tests/Makefile.am | |
parent | cf80bab8e6410915ad27a61cef3bb5f456c7d80f (diff) |
We no longer need xproto: do not list it as a dependency.
Diffstat (limited to 'tests/Makefile.am')
-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 5926d29..77593f0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = EXTRA_DIST = CheckLog.xsl AM_MAKEFLAGS = -k -AM_CFLAGS = -Wall -Werror $(XPROTO_CFLAGS) @CHECK_CFLAGS@ -I$(top_srcdir)/src +AM_CFLAGS = -Wall -Werror @CHECK_CFLAGS@ -I$(top_srcdir)/src LDADD = @CHECK_LIBS@ $(top_builddir)/src/libxcb.la if HAVE_CHECK |