~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kbabel/datatools/whitespace/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
INCLUDES = -I$(srcdir)/../../common -I../../common $(all_includes)
3
 
kbabel_whitespacetool_la_LIBADD = $(LIB_KIO) ../../common/libkbabelcommon.la
4
 
 
5
 
####### Files
6
 
 
7
 
kde_module_LTLIBRARIES = kbabel_whitespacetool.la
8
 
 
9
 
kbabel_whitespacetool_la_SOURCES = main.cc
10
 
 
11
 
kbabel_whitespacetool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined
12
 
 
13
 
noinst_HEADERS = main.h
14
 
 
15
 
kbabel_whitespacetool_la_METASOURCES = AUTO
16
 
 
17
 
service_DATA = kbabel_whitespacetool.desktop
18
 
servicedir = $(kde_servicesdir)
19