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

« back to all changes in this revision

Viewing changes to kwin/clients/web/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
 
INCLUDES                  = -I$(top_srcdir) $(all_includes)
2
 
kde_module_LTLIBRARIES    = kwin3_web.la
3
 
 
4
 
kwin3_web_la_SOURCES      = Web.cpp WebButton.cpp
5
 
 
6
 
noinst_HEADERS            = Web.h WebButton.h
7
 
 
8
 
kwin3_web_la_LDFLAGS      = $(all_libraries) $(KDE_PLUGIN) -module
9
 
kwin3_web_la_LIBADD       = $(LIB_KDEUI) ../../lib/libkdecorations.la
10
 
METASOURCES               = AUTO
11
 
 
12
 
linkdir                   = $(kde_datadir)/kwin/
13
 
link_DATA                 = web.desktop
14
 
EXTRA_DIST                = $(link_DATA)
15