~ubuntu-branches/ubuntu/saucy/kwin-style-crystal/saucy-proposed

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pino Toscano
  • Date: 2009-04-13 16:10:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090413161020-sfv3it91oo26artc
Tags: 2.0.3-1
* New upstream release, aimed for KDE 4. (Closes: #522569)
  - Update dependencies to KDE 4.
  - Switch rules to pkg-kde-tools + CDBS.
* Set the kde-extras team as maintainer, putting Hai Zaar and myself as
  uploaders.
* Update copyright, adopt the DEP 5 (r48).
* Bump compat to 7.
* Bump Standards-Version to 3.8.1, no changes required.
* Remove dirs file, unneeded.
* Add Homepage field in control.
* Remove old conflict with 'crystal' package, not even present in Etch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AUTOMAKE_OPTIONS = foreign
2
 
 
3
 
SUBDIRS = config
4
 
 
5
 
KDE_CXXFLAGS = -DQT_PLUGIN
6
 
 
7
 
INCLUDES = $(all_includes) -I$(kde_includes)/kwin
8
 
 
9
 
kwindir = $(kde_datadir)/kwin/
10
 
kwin_DATA = crystal.desktop
11
 
 
12
 
noinst_HEADERS = crystalclient.h crystalbutton.h imageholder.h buttonimage.h tiles.h overlays.h
13
 
 
14
 
kde_module_LTLIBRARIES = kwin3_crystal.la
15
 
kwin3_crystal_la_SOURCES = crystalclient.cc myrootpixmap.cc crystalbutton.cpp \
16
 
        imageholder.cpp buttonimage.cpp tiles.h overlays.h
17
 
kwin3_crystal_la_LIBADD = $(kde_libraries)/libkdecorations.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
18
 
kwin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
19
 
kwin3_crystal_la_METASOURCES = AUTO
20
 
 
21
 
CLEANFILES = tiles.h overlays.h
22
 
DISTCLEANFILES = $(kwin3_crystal_la_METASOURCES)