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

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/systray/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
 
INCLUDES= -I$(top_srcdir)/noatun/noatun/library $(all_includes)
2
 
lib_LTLIBRARIES = libnoatunsystray.la
3
 
 
4
 
libnoatunsystray_la_SOURCES = systray.cpp noatunui.cpp kitsystemtray.cpp cmodule.cpp
5
 
 
6
 
libnoatunsystray_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
7
 
libnoatunsystray_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/noatun/library/libnoatun.la \
8
 
                        -lqtmcop -lkmedia2_idl -lsoundserver_idl
9
 
 
10
 
libnoatunsystray_la_METASOURCES = AUTO
11
 
 
12
 
noinst_HEADERS = systray.h kitsystemtray.h cmodule.h
13
 
 
14
 
data_DATA = systray.plugin systrayui.rc
15
 
datadir = $(kde_datadir)/noatun
16
 
 
17
 
noatuniconsdir = $(kde_datadir)/noatun/icons
18
 
noatunicons_ICON = AUTO
19