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

« back to all changes in this revision

Viewing changes to kwin/clients/b2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
INCLUDES = -I$(srcdir)/../../lib $(all_includes) 
3
 
 
4
 
SUBDIRS = . config
5
 
 
6
 
kde_module_LTLIBRARIES = kwin3_b2.la
7
 
 
8
 
kwin3_b2_la_SOURCES = b2client.cpp
9
 
kwin3_b2_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
10
 
# kwin_b2_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS)
11
 
kwin3_b2_la_LIBADD  = ../../lib/libkdecorations.la
12
 
 
13
 
METASOURCES = AUTO
14
 
noinst_HEADERS = b2client.h
15
 
 
16
 
lnkdir = $(kde_datadir)/kwin/
17
 
lnk_DATA = b2.desktop
18
 
 
19
 
EXTRA_DIST = $(lnk_DATA)
20
 
 
21
 
###KMAKE-start (don't edit or delete this block)
22
 
 
23
 
###KMAKE-end