summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-06 19:22:32 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-06 19:43:22 +0100
commitc298ebc38e2a8b93cabe020e7cc26d9154bef72c (patch)
treea69608e22d216361ec17a27661660294ca243169
parentda5b22753e25553e2752e097ba403bf2404a7862 (diff)
Install headers that belong in a subdirectory to a subdirectory
For instance, the video-profile headers should go in video-profile/.
-rw-r--r--ytstenut/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)