Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / os-support / Makefile.am
CommitLineData
a09e091a
JB
1SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
2DIST_SUBDIRS = bsd bus misc linux solaris stub hurd
3
4sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h
5
6EXTRA_DIST = int10Defines.h xf86OSpriv.h
7
8# to get the grouping semantics right, you have to glom these three together
9# as one library, otherwise libtool will actively defeat your attempts to
10# list them multiple times on the link line.
11noinst_LTLIBRARIES = libxorgos.la
12libxorgos_la_SOURCES =
13libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
14 bus/libbus.la \
15 misc/libmisc.la
16
17AM_CFLAGS = $(DIX_CFLAGS)
18