~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to kioslave/audiocd/kcmaudiocd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kde_module_LTLIBRARIES = kcm_audiocd.la
 
2
 
 
3
kcm_audiocd_la_SOURCES = audiocdconfig.ui kcmaudiocd.cpp
 
4
 
 
5
kcm_audiocd_la_LDFLAGS  =  $(all_libraries) $(KDE_PLUGIN) -module
 
6
kcm_audiocd_la_LIBADD = ../plugins/libaudiocdplugins.la $(LIB_KDEUI)
 
7
 
 
8
INCLUDES = -I$(srcdir)/../plugins $(all_includes)
 
9
 
 
10
kcm_audiocd_la_METASOURCES = AUTO
 
11
 
 
12
messages: rc.cpp
 
13
        $(XGETTEXT) *.cpp -o $(podir)/kcmaudiocd.pot
 
14
 
 
15
xdg_apps_DATA = audiocd.desktop
 
16
 
 
17
audiocdconfig.cpp: audiocdconfig.h