xenocara/xserver/miext/rootless/Makefile.am

23 lines
395 B
Makefile
Raw Normal View History

2007-11-24 10:55:21 -07:00
AM_CFLAGS = \
$(DIX_CFLAGS) \
$(XORG_CFLAGS)
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
SUBDIRS = safeAlpha accel
noinst_LTLIBRARIES = librootless.la
librootless_la_SOURCES = \
2006-11-26 11:13:41 -07:00
rootlessCommon.c \
rootlessCommon.h \
rootlessConfig.h \
rootlessGC.c \
rootless.h \
rootlessScreen.c \
rootlessValTree.c \
rootlessWindow.c \
2007-11-24 10:55:21 -07:00
rootlessWindow.h
EXTRA_DIST = \
README.txt