From 85762a27e0203aa380c4ed26dc08c7f1181d5210 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 19 May 2008 20:11:56 +0930 Subject: Add screensaver.h to includedir. This header is a pure Xlib header and was moved here from the protocol module. The history of the file can be found in the protocol module. git://anongit.freedesktop.org/git/xorg/proto/scrnsaverproto --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 3430a27..61d8b0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,9 @@ libXss_la_LIBADD = $(XSCRNSAVER_LIBS) libXss_la_LDFLAGS = -version-info 1:0:0 -no-undefined +libXScrnSaverincludedir = $(includedir)/X11/extensions +libXScrnSaverinclude_HEADERS = $(top_srcdir)/include/X11/extensions/scrnsaver.h + if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) -- cgit v1.2.3