projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb6e184
)
Add xcbint.h to noinst_HEADERS, so it gets distributed.
author
Josh Triplett
<josh@freedesktop.org>
Sun, 16 Apr 2006 03:21:22 +0000
(20:21 -0700)
committer
Josh Triplett
<josh@freedesktop.org>
Sun, 16 Apr 2006 03:21:22 +0000
(20:21 -0700)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
4002fd3
..
4a154a1
100644
(file)
--- 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)