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

« back to all changes in this revision

Viewing changes to kdetv/clients/shared/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
SUBDIRS = icons
 
2
 
 
3
noinst_LTLIBRARIES = libkdetvclients_shared.la
 
4
libkdetvclients_shared_la_SOURCES = actions.cpp libkdetvactions.cpp sidebar.cpp \
 
5
                                                                        systray.cpp savercontrol.cpp dpmscontrol.cpp
 
6
 
 
7
#
 
8
# General
 
9
#
 
10
INTERFACES   = 
 
11
TRANSLATIONS = 
 
12
METASOURCES  =  AUTO
 
13
 
 
14
# set the include path for X, qt and KDE
 
15
INCLUDES= -I$(srcdir)/../../libkdetv $(all_includes)