Add xcbint.h to noinst_HEADERS, so it gets distributed.
authorJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 03:21:22 +0000 (20:21 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 03:21:22 +0000 (20:21 -0700)
src/Makefile.am

index 4002fd3..4a154a1 100644 (file)
@@ -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)