Cross Reference: Makefile.am
xref: /xsrc/external/mit/libXrandr/dist/src/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libXrandr/dist/src/
Makefile.am revision 8bd17e5f
1lib_LTLIBRARIES = libXrandr.la
2
3libXrandr_la_SOURCES = 	\
4	Xrandr.c 	\
5	Xrandrint.h	\
6	XrrConfig.c	\
7	XrrCrtc.c	\
8	XrrMode.c	\
9	XrrOutput.c	\
10	XrrProperty.c	\
11	XrrScreen.c     \
12	XrrProvider.c   \
13	XrrProviderProperty.c
14
15libXrandr_la_LIBADD = @RANDR_LIBS@
16
17AM_CFLAGS = \
18	$(RANDR_CFLAGS) \
19	$(MALLOC_ZERO_CFLAGS) \
20	$(CWARNFLAGS)
21
22AM_CPPFLAGS = -I$(top_srcdir)/include/X11/extensions
23
24libXrandr_la_LDFLAGS = -version-number 2:2:0 -no-undefined
25
26libXrandrincludedir = $(includedir)/X11/extensions
27libXrandrinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xrandr.h
28

Indexes created Wed Dec 10 04:09:55 GMT 2025