diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-26 16:09:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-27 11:13:05 +1000 |
commit | b49fcb355eb1469352eb25ba3dbcf2863cfe5642 (patch) | |
tree | b2f4d2e8ecebf211fe3e84003a9f211793cbf559 /src | |
parent | f2a1073b3027c508e01beca9ca34bbc6c90f5e6b (diff) |
Move the xf86vmode.h header from the proto package to here.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 | ||||
-rw-r--r-- | src/XF86VMode.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3487d5c..8ae10ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,3 +5,8 @@ libXxf86vm_la_SOURCES = XF86VMode.c AM_CFLAGS = $(XXF86VM_CFLAGS) $(MALLOC_ZERO_CFLAGS) libXxf86vm_la_LIBADD = $(XXF86VM_LIBS) libXxf86vm_la_LDFLAGS = -version-number 1:0:0 + +INCLUDES = -I$(top_srcdir)/include + +libXxf86vmincludedir = $(includedir)/X11/extensions +libXxf86vminclude_HEADERS = $(top_srcdir)/include/X11/extensions/xf86vmode.h diff --git a/src/XF86VMode.c b/src/XF86VMode.c index 7b33ff0..de6cb83 100644 --- a/src/XF86VMode.c +++ b/src/XF86VMode.c @@ -34,6 +34,7 @@ from Kaleb S. KEITHLEY. #define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/extensions/xf86vmstr.h> +#include <X11/extensions/xf86vmode.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> |