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

« back to all changes in this revision

Viewing changes to kcontrol/energy/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
 
SUBDIRS= . pics
2
 
 
3
 
AM_CPPFLAGS = $(all_includes) $(DPMSINC)
4
 
 
5
 
kde_module_LTLIBRARIES = kcm_energy.la
6
 
 
7
 
kcm_energy_la_SOURCES = energy.cpp
8
 
kcm_energy_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
9
 
kcm_energy_la_LIBADD = $(DPMSLIB) $(LIB_KDEUI) $(LIB_KIO)
10
 
METASOURCES = energy.moc
11
 
 
12
 
noinst_HEADERS = energy.h
13
 
 
14
 
messages:
15
 
        $(XGETTEXT) *.cpp -o $(podir)/kcmenergy.pot
16
 
 
17
 
energy_data_DATA = energy.desktop
18
 
energy_datadir = $(kde_appsdir)/.hidden