diff options
Diffstat (limited to 'hw/xfree86/os-support/Makefile.am')
-rw-r--r-- | hw/xfree86/os-support/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am new file mode 100644 index 000000000..b55e9786d --- /dev/null +++ b/hw/xfree86/os-support/Makefile.am @@ -0,0 +1,6 @@ +SUBDIRS = bus @XORG_OS_SUBDIR@ misc + +sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \ + xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h + +EXTRA_DIST = int10Defines.h xf86OSpriv.h |