1ecce36beSmrg 2ecce36beSmrgMAINTAINERCLEANFILES = Makefile.in 3ecce36beSmrg 4ecce36beSmrglib_LTLIBRARIES = libxcb-property.la 5ecce36beSmrg 6ecce36beSmrgxcbinclude_HEADERS = xcb_property.h 7ecce36beSmrg 8ecce36beSmrgAM_CFLAGS = $(CWARNFLAGS) 9ecce36beSmrg 10ecce36beSmrglibxcb_property_la_SOURCES = property.c 11ecce36beSmrglibxcb_property_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_EVENT_CFLAGS) 12ecce36beSmrglibxcb_property_la_LIBADD = $(XCB_LIBS) $(XCB_EVENT_LIBS) 13ecce36beSmrglibxcb_property_la_LDFLAGS = -version-info 1:0:0 14ecce36beSmrg 15ecce36beSmrgpkgconfig_DATA = xcb-property.pc 16ecce36beSmrg 17ecce36beSmrgEXTRA_DIST = xcb-property.pc.in 18