From c298ebc38e2a8b93cabe020e7cc26d9154bef72c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 6 Aug 2012 19:22:32 +0100 Subject: [PATCH 3/5] Install headers that belong in a subdirectory to a subdirectory For instance, the video-profile headers should go in video-profile/. --- ytstenut/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytstenut/Makefile.am b/ytstenut/Makefile.am index 4cf314b..68cac9b 100644 --- a/ytstenut/Makefile.am +++ b/ytstenut/Makefile.am @@ -177,7 +177,7 @@ libytstenut_@YTS_API_VERSION@_la_LIBADD = \ $(NULL) libytstenut_@YTS_API_VERSION@_ladir = $(includedir)/ytstenut-$(YTS_API_VERSION)/ytstenut -libytstenut_@YTS_API_VERSION@_la_HEADERS = \ +nobase_libytstenut_@YTS_API_VERSION@_la_HEADERS = \ $(libhdr_la_SOURCES) \ ytstenut.h \ $(NULL) -- 1.7.10.4