~ubuntu-branches/ubuntu/warty/kdebase/warty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-16 04:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040916045145-9vr63kith3k1cpza
Tags: upstream-3.2.2
ImportĀ upstreamĀ versionĀ 3.2.2

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
 
 
22
###KMAKE-start (don't edit or delete this block)
 
23
 
 
24
###KMAKE-end