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 5bcb6992
1lib_LTLIBRARIES = libXRes.la
2
3libXRes_la_SOURCES =    \
4        XRes.c
5
6libXRes_la_LIBADD = @XRES_LIBS@
7
8AM_CFLAGS = $(CWARNFLAGS) @XRES_CFLAGS@ @MALLOC_ZERO_CFLAGS@
9
10INCLUDES = -I$(top_srcdir)/include
11
12libXRes_la_LDFLAGS = -version-number 1:0:0 -no-undefined
13
14libXResincludedir = $(includedir)/X11/extensions
15libXResinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XRes.h
16
17

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