Makefile.am revision 706f2543
1if XORG 2sdk_HEADERS = \ 3 XIstubs.h \ 4 Xprintf.h \ 5 callback.h \ 6 closestr.h \ 7 closure.h \ 8 colormap.h \ 9 colormapst.h \ 10 hotplug.h \ 11 cursor.h \ 12 cursorstr.h \ 13 dix.h \ 14 dixaccess.h \ 15 dixevents.h \ 16 dixfont.h \ 17 dixfontstr.h \ 18 dixgrabs.h \ 19 dixstruct.h \ 20 events.h \ 21 exevents.h \ 22 extension.h \ 23 extinit.h \ 24 extnsionst.h \ 25 gc.h \ 26 gcstruct.h \ 27 globals.h \ 28 input.h \ 29 inputstr.h \ 30 list.h \ 31 misc.h \ 32 miscstruct.h \ 33 opaque.h \ 34 os.h \ 35 pixmap.h \ 36 pixmapstr.h \ 37 privates.h \ 38 property.h \ 39 propertyst.h \ 40 ptrveloc.h \ 41 region.h \ 42 regionstr.h \ 43 registry.h \ 44 resource.h \ 45 rgb.h \ 46 screenint.h \ 47 scrnintstr.h \ 48 selection.h \ 49 servermd.h \ 50 site.h \ 51 swaprep.h \ 52 swapreq.h \ 53 validate.h \ 54 window.h \ 55 windowstr.h \ 56 xkbfile.h \ 57 xkbsrv.h \ 58 xkbstr.h \ 59 xkbrules.h \ 60 xserver-properties.h 61 62nodist_sdk_HEADERS = xorg-server.h 63endif 64 65AM_CFLAGS = $(DIX_CFLAGS) 66 67EXTRA_DIST = \ 68 dix-config-apple-verbatim.h \ 69 eventconvert.h eventstr.h inpututils.h \ 70 protocol-versions.h \ 71 xsha1.h 72