diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-01-23 13:54:34 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-01-23 13:54:34 +0000 |
commit | 80f45fa4dfa011c2ae7bcb34f87aafb91763f1fe (patch) | |
tree | e50cc5a12079b810865c3719ead42683e30be1f1 /miext | |
parent | af5b3ea4b3df9e9c6dd6993c5e7238a366a3f508 (diff) |
add damage.h & damagestr.h to SDK headers
Diffstat (limited to 'miext')
-rw-r--r-- | miext/damage/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am index 594fa3e68..dc93e5f0b 100644 --- a/miext/damage/Makefile.am +++ b/miext/damage/Makefile.am @@ -4,6 +4,8 @@ AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support +sdk_HEADERS = damage.h damagestr.h + libdamage_la_SOURCES = \ damage.c \ damage.h \ |