3e822475348b5a3e55f869ec3f08964583b6cfd8
[framework/uifw/xorg/server/xorg-server.git] / hw / xfree86 / os-support / hurd / Makefile.am
1 noinst_LTLIBRARIES = libhurd.la
2
3 libhurd_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
13 AM_CFLAGS = -DUSESTDRES -DHAVE_SYSV_IPC $(XORG_CFLAGS) $(DIX_CFLAGS)
14
15 INCLUDES = $(XORG_INCS)