From 98e43d4e49c599fc633b4bb9c58d99abbdd0068a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 17 Feb 2011 23:38:40 -0800 Subject: atobm only depends on xproto, not x11 It only includes , no headers or functions from libX11. Due to a typo in Makefile.am (also fixed) it wasn't actually linking with libX11 even though it had x11 in its PKG_CHECK_MODULES list. Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 98d7c72..99ee6f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ bmtoa_LDADD = $(BMTOA_LIBS) bmtoa_SOURCES = bmtoa.c atobm_CFLAGS = $(CWARNFLAGS) $(ATOBM_CFLAGS) -atobm_LDADD = $(ATOBM_LDADD) +atobm_LDADD = $(ATOBM_LIBS) atobm_SOURCES = atobm.c EXTRA_DIST = autogen.sh -- cgit v1.2.3