summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-19 22:56:50 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-19 22:56:50 +0930
commit8123c94eba27d1a3eb3f509a79c229ddfa1f881a (patch)
tree9b8d67d252613ad5f8c0ce03fb8d3567836ab6fa /src
parentc5ac895a7dabe5a46e33e733771f20cc08e72d95 (diff)
downloadxorg-lib-libXinerama-8123c94eba27d1a3eb3f509a79c229ddfa1f881a.tar.gz
Add Xinerama.h and panoramiXext.h to includedir.
Were previously part of xineramaproto, but they really belong here. For a history of these files please refer to git://anongit.freedesktop.org/git/xorg/proto/xineramaproto
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7d718d4..3efc111 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,8 @@
-AM_CFLAGS = $(XINERAMA_CFLAGS) $(MALLOC_ZERO_CFLAGS)
+AM_CFLAGS = -I$(top_srcdir)/include \
+ -I$(top_srcdir)/include/X11 \
+ -I$(top_srcdir)/include/X11/extensions \
+ $(XINERAMA_CFLAGS) \
+ $(MALLOC_ZERO_CFLAGS)
lib_LTLIBRARIES = libXinerama.la
libXinerama_la_SOURCES = \
@@ -8,6 +12,10 @@ libXinerama_la_LIBADD = $(XINERAMA_LIBS)
libXinerama_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+libXineramaincludedir = $(includedir)/X11/extensions
+libXineramainclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xinerama.h \
+ $(top_srcdir)/include/X11/extensions/panoramiXext.h
+
if LINT
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS)