aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/os-support/misc/Makefile.am
blob: 4bd3fc3e17fc389cf833de2a6917597487f63401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

noinst_LTLIBRARIES = libmisc.la

libmisc_la_SOURCES = SlowBcopy.c

#AM_LDFLAGS = -r

INCLUDES = $(XORG_INCS)

AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)

EXTRA_DIST = $(I386_SRCS) $(PORTIO_SRCS)