From patchwork Tue Mar 25 18:19:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Roth?= X-Patchwork-Id: 3889851 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 1919A9F334 for ; Tue, 25 Mar 2014 18:21:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2168A201C8 for ; Tue, 25 Mar 2014 18:21:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1ABC3201BA for ; Tue, 25 Mar 2014 18:21:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754742AbaCYSVK (ORCPT ); Tue, 25 Mar 2014 14:21:10 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:48391 "EHLO mail-ee0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754727AbaCYSUl (ORCPT ); Tue, 25 Mar 2014 14:20:41 -0400 Received: by mail-ee0-f48.google.com with SMTP id b57so760758eek.21 for ; Tue, 25 Mar 2014 11:20:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=2j/fg3g1dZu164eLlGsaD03YP1YWUqkXo+jsmqCt4OI=; b=bkT/9imj2SSd0etjr78NV6QgxY6faehstPOvPrM8qnkJj0ycetL+Fvfmc97gbsQWuR rqAkl4OPZHn+BW8V7hQjO7A9LmMP6vzDMVGOIVrJVK69HgsrtgMD05jM0oFS/hBTqPV6 dzNSblIt21A2RlIMl0TuT/v9uhO4DPL0F9tg7tJQ8YPmFNyBT91nohF/yt1Wfu4weG1m A+EOKYl5KjjBu3gA9EC04oOtkYtmCO6H5A4oGKG/VUhu8xj6PvpMn0UxlnXhPsIUO96s 0quQNt3PbtmfbqXscsr0BJYV8wuKdiPD1qQ8+WWBrd9+tVSTnlguYEo5Pg116FCidqqa YAPg== X-Received: by 10.15.42.138 with SMTP id u10mr70776671eev.7.1395771640085; Tue, 25 Mar 2014 11:20:40 -0700 (PDT) Received: from neutrino.exnihilo (140-227.61-188.cust.bluewin.ch. [188.61.227.140]) by mx.google.com with ESMTPSA id 44sm41756278eek.30.2014.03.25.11.20.38 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Mar 2014 11:20:39 -0700 (PDT) From: =?UTF-8?q?Andr=C3=A9=20Roth?= To: LMML Cc: =?UTF-8?q?Andr=C3=A9=20Roth?= Subject: [PATCH 06/11] libdvbv5: remove header files from SOURCES in Makefile.am Date: Tue, 25 Mar 2014 19:19:56 +0100 Message-Id: <1395771601-3509-6-git-send-email-neolynx@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1395771601-3509-1-git-send-email-neolynx@gmail.com> References: <1395771601-3509-1-git-send-email-neolynx@gmail.com> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The header files are not needed in the Makefile.am since automake finds the dependencies automatically. This is not needed for installing header files either. Signed-off-by: André Roth --- lib/libdvbv5/Makefile.am | 87 ++++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 44 deletions(-) diff --git a/lib/libdvbv5/Makefile.am b/lib/libdvbv5/Makefile.am index ddf9ea1..8f89531 100644 --- a/lib/libdvbv5/Makefile.am +++ b/lib/libdvbv5/Makefile.am @@ -52,52 +52,51 @@ noinst_LTLIBRARIES = libdvbv5.la endif libdvbv5_la_SOURCES = \ - crc32.c crc32.h \ - ../include/dvb-frontend.h \ + crc32.c \ dvb-legacy-channel-format.c \ dvb-zap-format.c \ - dvb-v5.c dvb-v5.h \ - parse_string.c parse_string.h \ - dvb-demux.c ../include/dvb-demux.h \ - dvb-fe.c ../include/dvb-fe.h \ - dvb-log.c ../include/dvb-log.h \ - dvb-file.c ../include/dvb-file.h \ - dvb-v5-std.c ../include/dvb-v5-std.h \ - dvb-sat.c ../include/dvb-sat.h \ - dvb-scan.c ../include/dvb-scan.h \ - descriptors.c ../include/descriptors.h \ - descriptors/header.c ../include/libdvbv5/header.h \ - descriptors/atsc_header.c ../include/libdvbv5/atsc_header.h \ - descriptors/pat.c ../include/libdvbv5/pat.h \ - descriptors/pmt.c ../include/libdvbv5/pmt.h \ - descriptors/nit.c ../include/libdvbv5/nit.h \ - descriptors/sdt.c ../include/libdvbv5/sdt.h \ - descriptors/vct.c ../include/libdvbv5/vct.h \ - descriptors/mgt.c ../include/libdvbv5/mgt.h \ - descriptors/eit.c ../include/libdvbv5/eit.h \ - descriptors/atsc_eit.c ../include/libdvbv5/atsc_eit.h \ - descriptors/desc_language.c ../include/libdvbv5/desc_language.h \ - descriptors/desc_network_name.c ../include/libdvbv5/desc_network_name.h \ - descriptors/desc_cable_delivery.c ../include/libdvbv5/desc_cable_delivery.h \ - descriptors/desc_sat.c ../include/libdvbv5/desc_sat.h \ - descriptors/desc_terrestrial_delivery.c ../include/libdvbv5/desc_terrestrial_delivery.h \ - descriptors/desc_t2_delivery.c ../include/libdvbv5/desc_t2_delivery.h \ - descriptors/desc_service.c ../include/libdvbv5/desc_service.h \ - descriptors/desc_frequency_list.c ../include/libdvbv5/desc_frequency_list.h \ - descriptors/desc_service_list.c ../include/libdvbv5/desc_service_list.h \ - descriptors/desc_event_short.c ../include/libdvbv5/desc_event_short.h \ - descriptors/desc_event_extended.c ../include/libdvbv5/desc_event_extended.h \ - descriptors/desc_atsc_service_location.c ../include/libdvbv5/desc_atsc_service_location.h \ - descriptors/desc_hierarchy.c ../include/libdvbv5/desc_hierarchy.h \ - descriptors/desc_extension.c ../include/libdvbv5/desc_extension.h \ - descriptors/desc_isdbt_delivery.c ../include/libdvbv5/desc_isdbt_delivery.h \ - descriptors/desc_logical_channel.c ../include/libdvbv5/desc_logical_channel.h \ - descriptors/desc_ts_info.c ../include/libdvbv5/desc_ts_info.h \ - descriptors/desc_partial_reception.c ../include/libdvbv5/desc_partial_reception.h \ - descriptors/desc_service_location.c ../include/libdvbv5/desc_service_location.h \ - descriptors/mpeg_ts.c ../include/libdvbv5/mpeg_ts.h \ - descriptors/mpeg_pes.c ../include/libdvbv5/mpeg_pes.h \ - descriptors/mpeg_es.c ../include/libdvbv5/mpeg_es.h + dvb-v5.c \ + parse_string.c \ + dvb-demux.c \ + dvb-fe.c \ + dvb-log.c \ + dvb-file.c \ + dvb-v5-std.c \ + dvb-sat.c \ + dvb-scan.c \ + descriptors.c \ + descriptors/header.c \ + descriptors/atsc_header.c \ + descriptors/pat.c \ + descriptors/pmt.c \ + descriptors/nit.c \ + descriptors/sdt.c \ + descriptors/vct.c \ + descriptors/mgt.c \ + descriptors/eit.c \ + descriptors/atsc_eit.c \ + descriptors/desc_language.c \ + descriptors/desc_network_name.c \ + descriptors/desc_cable_delivery.c \ + descriptors/desc_sat.c \ + descriptors/desc_terrestrial_delivery.c \ + descriptors/desc_t2_delivery.c \ + descriptors/desc_service.c \ + descriptors/desc_frequency_list.c \ + descriptors/desc_service_list.c \ + descriptors/desc_event_short.c \ + descriptors/desc_event_extended.c \ + descriptors/desc_atsc_service_location.c \ + descriptors/desc_hierarchy.c \ + descriptors/desc_extension.c \ + descriptors/desc_isdbt_delivery.c \ + descriptors/desc_logical_channel.c \ + descriptors/desc_ts_info.c \ + descriptors/desc_partial_reception.c \ + descriptors/desc_service_location.c \ + descriptors/mpeg_ts.c \ + descriptors/mpeg_pes.c \ + descriptors/mpeg_es.c libdvbv5_la_CPPFLAGS = -I../.. $(ENFORCE_LIBDVBV5_STATIC) libdvbv5_la_LDFLAGS = $(LIBDVBV5_VERSION) $(ENFORCE_LIBDVBV5_STATIC) -lm