2006-11-25 09:46:32 -07:00
|
|
|
lib_LTLIBRARIES = libXRes.la
|
|
|
|
|
|
|
|
libXRes_la_SOURCES = \
|
|
|
|
XRes.c
|
|
|
|
|
2009-10-31 11:40:00 -06:00
|
|
|
libXRes_la_LIBADD = @XRES_LIBS@
|
2006-11-25 09:46:32 -07:00
|
|
|
|
2010-10-31 04:24:17 -06:00
|
|
|
AM_CFLAGS = \
|
|
|
|
$(CWARNFLAGS) \
|
|
|
|
$(XRES_CFLAGS) \
|
|
|
|
$(MALLOC_ZERO_CFLAGS)
|
2006-11-25 09:46:32 -07:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
libXRes_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
|
|
|
|
|
|
|
libXResincludedir = $(includedir)/X11/extensions
|
|
|
|
libXResinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XRes.h
|
|
|
|
|