aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/miext/damage/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/miext/damage/Makefile.am')
-rw-r--r--xorg-server/miext/damage/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/xorg-server/miext/damage/Makefile.am b/xorg-server/miext/damage/Makefile.am
new file mode 100644
index 000000000..595835731
--- /dev/null
+++ b/xorg-server/miext/damage/Makefile.am
@@ -0,0 +1,14 @@
+noinst_LTLIBRARIES = libdamage.la
+
+AM_CFLAGS = $(DIX_CFLAGS)
+
+INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support
+
+if XORG
+sdk_HEADERS = damage.h damagestr.h
+endif
+
+libdamage_la_SOURCES = \
+ damage.c \
+ damage.h \
+ damagestr.h