xenocara/xserver/hw/kdrive/openbsd/Makefile.am
matthieu 487eac25a8 It's a bad idea to include rcs keywords in Makefile.am if
the generated Makefile.in  are also placed under CVS
unless you want an infinite number of commits.
2007-05-27 04:59:44 +00:00

22 lines
272 B
Makefile

#
INCLUDES = \
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
noinst_LIBRARIES =libopenbsd.a
if KDRIVE_HW
KDRIVE_HW_SOURCES = \
openbsd.c
endif
libopenbsd_a_SOURCES = \
kopenbsd.h \
$(KDRIVE_HW_SOURCES)
libopenbsd_a_DEPENDENCIES = \
openbsd.c