Cross Reference: Makefile.am
xref: /xsrc/external/mit/xcb-util/dist/property/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/xcb-util/dist/property/
Makefile.am revision ecce36be
1
2MAINTAINERCLEANFILES = Makefile.in
3
4lib_LTLIBRARIES = libxcb-property.la
5
6xcbinclude_HEADERS = xcb_property.h
7
8AM_CFLAGS = $(CWARNFLAGS)
9
10libxcb_property_la_SOURCES = property.c
11libxcb_property_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_EVENT_CFLAGS)
12libxcb_property_la_LIBADD = $(XCB_LIBS) $(XCB_EVENT_LIBS)
13libxcb_property_la_LDFLAGS = -version-info 1:0:0
14
15pkgconfig_DATA = xcb-property.pc
16
17EXTRA_DIST = xcb-property.pc.in
18

Indexes created Wed Dec 10 15:09:36 GMT 2025