diff options
Diffstat (limited to 'miext/damage/Makefile.am')
-rw-r--r-- | miext/damage/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am new file mode 100644 index 0000000..767a65a --- /dev/null +++ b/miext/damage/Makefile.am @@ -0,0 +1,14 @@ +noinst_LTLIBRARIES = libdamage.la + +AM_CFLAGS = $(DIX_CFLAGS) + +INCLUDES = -I$(srcdir)/../cw + +if XORG +sdk_HEADERS = damage.h damagestr.h +endif + +libdamage_la_SOURCES = \ + damage.c \ + damage.h \ + damagestr.h |