blob: adeacb027ef46d061ddf05503069d0367f0c6e83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
lib_LTLIBRARIES = libXRes.la
libXRes_la_SOURCES = \
XRes.c
libXRes_la_LIBADD = @RESOURCE_EXT_LIBS@ @XRES_LIBS@
#
# Library version info. Check the libtool docs for
# instructions on when and how to change this value
#
libXRes_la_LDFLAGS = -version-info 0:0:0
libXResincludedir = $(includedir)/X11/extensions
libXResinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XRes.h
|