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

« back to all changes in this revision

Viewing changes to kpager/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= $(all_includes)
2
 
 
3
 
bin_PROGRAMS = kpager
4
 
 
5
 
kpager_SOURCES = desktop.cpp kpager.cpp config.cpp windowdrag.cpp \
6
 
        kpagerIface.skel main.cpp  
7
 
 
8
 
kpager_METASOURCES = AUTO
9
 
kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH)
10
 
 
11
 
kpager_LDADD = $(LIB_KDEUI)
12
 
 
13
 
KDE_ICON = kpager
14
 
 
15
 
xdg_apps_DATA = kpager.desktop
16
 
 
17
 
install-data-local: uninstall.desktop
18
 
        $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Utilities
19
 
        $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Utilities/kpager.desktop
20
 
 
21
 
messages:
22
 
        $(XGETTEXT) *.cpp *.h -o $(podir)/kpager.pot