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

« back to all changes in this revision

Viewing changes to kioslave/media/kcmodule/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
 
INCLUDES = -I$(srcdir)/../libmediacommon -I../libmediacommon $(all_includes)
2
 
METASOURCES = AUTO
3
 
 
4
 
kde_module_LTLIBRARIES = kcm_media.la
5
 
kcm_media_la_SOURCES = notifiermodule.cpp notifiermoduleview.ui \
6
 
                       serviceconfigdialog.cpp serviceview.ui \
7
 
                       mimetypelistboxitem.cpp \
8
 
                       managermodule.cpp managermoduleview.ui \
9
 
                       main.cpp
10
 
 
11
 
kcm_media_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
12
 
kcm_media_la_LIBADD = ../libmediacommon/libmediacommon.la $(LIB_KIO)
13
 
 
14
 
noinst_HEADERS = notifiermodule.h managermodule.h \
15
 
                 serviceconfigdialog.h mimetypelistboxitem.h \
16
 
                 main.h
17
 
 
18
 
xdg_apps_DATA = media.desktop
19
 
 
20
 
messages: rc.cpp
21
 
        $(XGETTEXT) *.cpp -o $(podir)/kcmmedia.pot