~ubuntu-branches/ubuntu/feisty/kdetv/feisty

« back to all changes in this revision

Viewing changes to kdetv/plugins/channel/kwintv/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-09-17 23:25:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050917232516-9wdsn3ckagbqieh8
Tags: upstream-0.8.8
ImportĀ upstreamĀ versionĀ 0.8.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#    Copyright (C) 2002 George Staikos <staikos@kde.org>
 
2
 
 
3
#    This library is free software; you can redistribute it and/or
 
4
#    modify it under the terms of the GNU Library General Public
 
5
#    License as published by the Free Software Foundation; either
 
6
#    version 2 of the License, or (at your option) any later version.
 
7
 
 
8
#    This library is distributed in the hope that it will be useful,
 
9
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
11
#    Library General Public License for more details.
 
12
 
 
13
#    You should have received a copy of the GNU Library General Public License
 
14
#    along with this library; see the file COPYING.LIB.  If not, write to
 
15
#    the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
 
16
#    Boston, MA 02110-1301, USA.
 
17
 
 
18
INCLUDES= -I$(srcdir)/../../../libkdetv $(all_includes)
 
19
 
 
20
kde_module_LTLIBRARIES = kdetv_kwintvchannels.la
 
21
 
 
22
kdetv_kwintvchannels_la_LDFLAGS = $(all_libraries) -module -avoid-version
 
23
kdetv_kwintvchannels_la_LIBADD  = 
 
24
kdetv_kwintvchannels_la_SOURCES = channeliokwintv2.cpp
 
25
 
 
26
METASOURCES = AUTO
 
27
 
 
28
noinst_HEADERS = channeliokwintv2.h
 
29
 
 
30
services_DATA = kdetv_kwintvchannels.desktop
 
31
servicesdir = $(kde_servicesdir)/kdetv