~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to kcontrol/kthememanager/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AM_CPPFLAGS    = $(all_includes)
2
 
METASOURCES = AUTO
3
 
 
4
 
kde_module_LTLIBRARIES = kcm_kthememanager.la
5
 
 
6
 
kcm_kthememanager_la_SOURCES = kthemedlg.ui newthemewidget.ui knewthemedlg.cpp ktheme.cpp kthememanager.cpp
7
 
kcm_kthememanager_la_LIBADD = $(LIB_KIO)
8
 
kcm_kthememanager_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
9
 
 
10
 
noinst_HEADERS = kthememanager.h ktheme.h knewthemedlg.h kthemedlg.ui.h
11
 
 
12
 
xdg_apps_DATA = kthememanager.desktop installktheme.desktop
13
 
 
14
 
# MIME type
15
 
kthememime_DATA = x-ktheme.desktop
16
 
kthememimedir = $(kde_mimedir)/application
17
 
 
18
 
bin_SCRIPTS = kdeinstallktheme
19
 
 
20
 
messages: rc.cpp
21
 
        $(XGETTEXT) *.cpp -o $(podir)/kthememanager.pot