mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Adding initial build system.
This commit is contained in:
parent
aabb868920
commit
ded56b1a74
64 changed files with 2322 additions and 0 deletions
50
include/Makefile.am
Normal file
50
include/Makefile.am
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
sdk_HEADERS = \
|
||||
XIstubs.h \
|
||||
bstore.h \
|
||||
bstorestr.h \
|
||||
closestr.h \
|
||||
closure.h \
|
||||
colormap.h \
|
||||
colormapst.h \
|
||||
cursor.h \
|
||||
cursorstr.h \
|
||||
dix.h \
|
||||
dixevents.h \
|
||||
dixfont.h \
|
||||
dixfontstr.h \
|
||||
dixgrabs.h \
|
||||
dixstruct.h \
|
||||
exevents.h \
|
||||
extension.h \
|
||||
extinit.h \
|
||||
extnsionst.h \
|
||||
gc.h \
|
||||
gcstruct.h \
|
||||
globals.h \
|
||||
input.h \
|
||||
inputstr.h \
|
||||
misc.h \
|
||||
miscstruct.h \
|
||||
opaque.h \
|
||||
os.h \
|
||||
pixmap.h \
|
||||
pixmapstr.h \
|
||||
property.h \
|
||||
propertyst.h \
|
||||
region.h \
|
||||
regionstr.h \
|
||||
resource.h \
|
||||
rgb.h \
|
||||
screenint.h \
|
||||
scrnintstr.h \
|
||||
selection.h \
|
||||
servermd.h \
|
||||
site.h \
|
||||
swaprep.h \
|
||||
swapreq.h \
|
||||
validate.h \
|
||||
window.h \
|
||||
windowstr.h \
|
||||
xorg-server.h
|
||||
|
||||
EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h
|
||||
Loading…
Reference in a new issue