diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-20 13:26:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-20 15:04:39 +1000 |
commit | ab9ad139b1f20866405ddcc44d25b7b141cd7bce (patch) | |
tree | 574523915259d24839486f79bde8756938cf99cd /src | |
parent | a119baf3c5aa4f035040e0b991e99e6b382b9670 (diff) |
Move XTest.h header from xextproto/libXext to here.
XTest.h was in xextproto until xextproto-7.1 and did a short but whoefully
misguided visit to libXext during the cleanup of the xextproto headers.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7e3a901..e8594c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,10 +5,17 @@ libXtst_la_SOURCES = \ XTest.c libXtst_la_LIBADD = @XTST_LIBS@ -AM_CFLAGS = @XTST_CFLAGS@ + +AM_CFLAGS=\ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/X11/extensions\ + @XTST_CFLAGS@ libXtst_la_LDFLAGS = -version-number 6:1:0 -no-undefined +libXtstincludedir = $(includedir)/X11/extensions +libXtstinclude_HEADERS = $(top_srcdir)/include/X11/extensions/XTest.h + if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) |