From: Josh Triplett Date: Sun, 16 Apr 2006 03:21:22 +0000 (-0700) Subject: Add xcbint.h to noinst_HEADERS, so it gets distributed. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc075990f4fc2ed09c708036569049ddd24605ac;p=free-sw%2Fxcb%2Flibxcb Add xcbint.h to noinst_HEADERS, so it gets distributed. --- diff --git a/src/Makefile.am b/src/Makefile.am index 4002fd3..4a154a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,6 +73,7 @@ CORESOURCES = xproto.c xcb_types.c COREPROTO = $(CORESOURCES) $(COREHEADERS) xcbinclude_HEADERS = xcb.h xcbext.h xcbxlib.h $(COREHEADERS) $(EXTHEADERS) +noinst_HEADERS = xcbint.h CFLAGS = AM_CFLAGS = $(COPTFLAGS) $(CWARNFLAGS) $(CDEBUGFLAGS) $(XCBPROTO_CFLAGS) $(XPROTO_CFLAGS) $(XAU_CFLAGS) $(XDMCP_CFLAGS)