Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | From b82e509c10659a4647961a6da3adf4d285dea2dd Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Sun, 1 Mar 2015 22:25:07 +0000 |
| 4 | |
| 5 | --- |
| 6 | utils/media-ctl/Makefile.am | 4 ++-- |
| 7 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 8 | |
| 9 | diff --git a/utils/media-ctl/Makefile.am b/utils/media-ctl/Makefile.am |
| 10 | index 7c520a2..748353d 100644 |
| 11 | --- a/utils/media-ctl/Makefile.am |
| 12 | +++ b/utils/media-ctl/Makefile.am |
| 13 | @@ -17,8 +17,8 @@ CLEANFILES = $(BUILT_SOURCES) |
| 14 | nodist_libv4l2subdev_la_SOURCES = $(BUILT_SOURCES) |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | libv4l2subdev_la_SOURCES = libv4l2subdev.c |
| 16 | libv4l2subdev_la_LIBADD = libmediactl.la |
| 17 | -mediactl_includedir=$(includedir)/mediactl |
| 18 | -noinst_HEADERS = mediactl.h v4l2subdev.h |
| 19 | +otherincludedir = $(includedir)/mediactl |
| 20 | +otherinclude_HEADERS = mediactl.h v4l2subdev.h |
| 21 | |
| 22 | pkgconfig_DATA = libmediactl.pc |
| 23 | bin_PROGRAMS = media-ctl |