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 <mems...@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

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to