Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / os-support / hurd / Makefile.am
CommitLineData
a09e091a
JB
1noinst_LTLIBRARIES = libhurd.la
2
3libhurd_la_SOURCES = hurd_bell.c hurd_init.c hurd_mmap.c \
4 hurd_video.c \
5 $(srcdir)/../shared/VTsw_noop.c \
6 $(srcdir)/../shared/posix_tty.c \
7 $(srcdir)/../shared/vidmem.c \
8 $(srcdir)/../shared/sigiostubs.c \
9 $(srcdir)/../shared/pm_noop.c \
10 $(srcdir)/../shared/kmod_noop.c \
11 $(srcdir)/../shared/agp_noop.c
12
13AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) $(DIX_CFLAGS)
14
15AM_CPPFLAGS = $(XORG_INCS)