From c220e120d7d39d0acc5fc1e3a1e3d13ea3ae642f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 17 Apr 2011 19:09:15 +0200 Subject: [PATCH] linsys: Dist all headers and put them in noinst_HEADERS --- sys/linsys/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sys/linsys/Makefile.am b/sys/linsys/Makefile.am index 94e3bbd5b1..b0471d1749 100644 --- a/sys/linsys/Makefile.am +++ b/sys/linsys/Makefile.am @@ -4,11 +4,18 @@ plugin_LTLIBRARIES = libgstlinsys.la libgstlinsys_la_SOURCES = \ gstlinsyssdisink.c \ - gstlinsyssdisink.h \ gstlinsyssdisrc.c \ - gstlinsyssdisrc.h \ gstlinsys.c +noinst_HEADERS = \ + gstlinsyssdisink.h \ + gstlinsyssdisrc.h \ + include/asi.h \ + include/master.h \ + include/sdi.h \ + include/sdiaudio.h \ + include/sdivideo.h + libgstlinsys_la_CFLAGS = \ -I$(srcdir)/include \ $(EWGST_CFLAGS) \