Add xcbint.h to noinst_HEADERS, so it gets distributed.
This commit is contained in:
parent
cb6e1849b6
commit
cc075990f4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue