[PATCH libxshmfence] make: list non installed headers under the _SOURCES variable

Gaetan Nadon memsize at videotron.ca
Tue Nov 5 18:55:02 PST 2013


Recommended by Automake:
http://www.gnu.org/software/automake/manual/automake.html#Headers

Also, this header is missing in the lint target $(libxshmfence_la_SOURCES)

As a bonus, all other libraries are following this advice.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 src/Makefile.am |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 0c1106e..d0a75cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,8 @@
 lib_LTLIBRARIES = libxshmfence.la
 
 libxshmfence_la_SOURCES = \
-        xshmfence.c
-
-noinst_HEADERS = xshmfenceint.h
+        xshmfence.c	\
+	xshmfenceint.h
 
 AM_CFLAGS = $(CWARNFLAGS)
 
-- 
1.7.9.5



More information about the xorg-devel mailing list