xenocara/xserver/hw/kdrive/wscons/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

27 lines
311 B
Makefile

#
INCLUDES = \
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@
noinst_LIBRARIES = libwscons.a
bin_PROGRAMS = Xwscons
libwscons_a_SOURCES = \
keyboard.c \
mouse.c \
wsfb.c \
wsfb.h
Xwscons_SOURCES = \
wsinit.c
Xwscons_LDADD = \
libwscons.a \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@
Xwscons_DEPENDENCIES = \
libwscons.a