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

« back to all changes in this revision

Viewing changes to kioslave/media/mediamanager/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2009-04-05 05:22:13 UTC
  • mfrom: (0.4.2 experimental) (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 235.
  • Revision ID: james.westby@ubuntu.com-20090405052213-39thr4l6p2ss07uj
Tags: 4:4.2.2-1
* New upstream release:
  - khtml fixes. (Closes: #290285, #359680)
  - Default konsole sessions can be deleted. (Closes: #286342)
  - Tag widget uses standard application palette. (Closes: #444800)
  - ... and surely many more but we have lost track...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
kde_module_LTLIBRARIES = kded_mediamanager.la
2
 
 
3
 
if include_media_halbackend
4
 
HALBACKEND_INCS = $(HAL_INCS) $(DBUS_INCS) $(DBUSQT_INCS)
5
 
endif
6
 
 
7
 
METASOURCES = AUTO
8
 
INCLUDES = -I$(srcdir)/../libmediacommon -I../libmediacommon $(HALBACKEND_INCS) $(all_includes)
9
 
 
10
 
if include_media_halbackend
11
 
HALBACKEND_LIB = libhalbackend.la
12
 
libhalbackend_la_SOURCES = halbackend.cpp
13
 
libhalbackend_la_LDFLAGS = -avoid-version $(all_libraries) -no-undefined
14
 
libhalbackend_la_LIBADD = $(HAL_LIBS) $(DBUS_LIBS) $(DBUSQT_LIBS)
15
 
endif
16
 
 
17
 
if include_media_linuxcdpolling
18
 
LINUXCDPOLLING_LIB = liblinuxcdpolling.la
19
 
liblinuxcdpolling_la_SOURCES = linuxcdpolling.cpp
20
 
liblinuxcdpolling_la_LDFLAGS = -avoid-version $(all_libraries) -no-undefined
21
 
endif
22
 
 
23
 
noinst_LTLIBRARIES = $(LINUXCDPOLLING_LIB) $(HALBACKEND_LIB)
24
 
 
25
 
kded_mediamanager_la_SOURCES = mediamanager.cpp mediamanager.skel medialist.cpp backendbase.cpp fstabbackend.cpp removablebackend.cpp mediadirnotify.cpp mediadirnotify.skel
26
 
kded_mediamanager_la_LDFLAGS = $(all_libraries) -module -avoid-version
27
 
kded_mediamanager_la_LIBADD = $(LIB_KSYCOCA) ../libmediacommon/libmediacommon.la $(HALBACKEND_LIB) $(LINUXCDPOLLING_LIB)
28
 
 
29
 
 
30
 
servicesdir = $(kde_servicesdir)/kded
31
 
services_DATA = mediamanager.desktop
32