diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-15 20:21:22 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-15 20:21:22 -0700 |
commit | cc075990f4fc2ed09c708036569049ddd24605ac (patch) | |
tree | cb3fbae81b29990a0318a46cf2ab25da34cb250c /src/Makefile.am | |
parent | cb6e1849b66c17f96d79598adb740ed16325a9c1 (diff) |
Add xcbint.h to noinst_HEADERS, so it gets distributed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |