Cross Reference: Makefile.am
xref: /xsrc/external/mit/xorg-server/dist/miext/rootless/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/xorg-server/dist/miext/rootless/
Makefile.am revision 05b261ec
1AM_CFLAGS =  \
2	    $(DIX_CFLAGS) \
3	    $(XORG_CFLAGS)
4
5INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
6
7SUBDIRS = safeAlpha accel
8
9noinst_LTLIBRARIES = librootless.la
10librootless_la_SOURCES = \
11	rootlessCommon.c \
12	rootlessCommon.h \
13	rootlessConfig.h \
14	rootlessGC.c \
15	rootless.h \
16	rootlessScreen.c \
17	rootlessValTree.c \
18	rootlessWindow.c \
19	rootlessWindow.h 
20
21EXTRA_DIST = \
22	README.txt
23

Indexes created Thu Dec 11 12:09:38 GMT 2025