summaryrefslogtreecommitdiff
path: root/property/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'property/Makefile.am')
-rw-r--r--property/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/property/Makefile.am b/property/Makefile.am
deleted file mode 100644
index 3fb56de..0000000
--- a/property/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-MAINTAINERCLEANFILES = Makefile.in
-
-lib_LTLIBRARIES = libxcb-property.la
-
-xcbinclude_HEADERS = xcb_property.h
-
-AM_CFLAGS = $(CWARNFLAGS)
-
-libxcb_property_la_SOURCES = property.c
-libxcb_property_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_EVENT_CFLAGS)
-libxcb_property_la_LIBADD = $(XCB_LIBS) $(XCB_EVENT_LIBS)
-libxcb_property_la_LDFLAGS = -version-info 1:0:0
-
-pkgconfig_DATA = xcb-property.pc
-
-EXTRA_DIST = xcb-property.pc.in