Cross Reference: Makefile.am
xref: /xsrc/external/mit/libXres/dist/src/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libXres/dist/src/
Makefile.am revision 47e89262
1lib_LTLIBRARIES = libXRes.la
2
3libXRes_la_SOURCES =    \
4        XRes.c
5
6libXRes_la_LIBADD = @XRES_LIBS@
7
8AM_CFLAGS = \
9	$(CWARNFLAGS) \
10	$(XRES_CFLAGS) \
11	$(MALLOC_ZERO_CFLAGS)
12
13INCLUDES = -I$(top_srcdir)/include
14
15libXRes_la_LDFLAGS = -version-number 1:0:0 -no-undefined
16
17libXResincludedir = $(includedir)/X11/extensions
18libXResinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XRes.h
19
20

Indexes created Sat Dec 13 11:09:37 GMT 2025