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

« back to all changes in this revision

Viewing changes to konqueror/preloader/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
 
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
2
 
 
3
 
kde_module_LTLIBRARIES = kded_konqy_preloader.la
4
 
 
5
 
INCLUDES= -I.. $(all_includes)
6
 
kded_konqy_preloader_la_SOURCES = preloader.cc preloader.skel
7
 
kded_konqy_preloader_la_LDFLAGS = $(all_libraries) -module -avoid-version
8
 
kded_konqy_preloader_la_LIBADD = ../libkonqueror_intern.la $(LIB_KSYCOCA) $(LIB_KDECORE)
9
 
 
10
 
METASOURCES = AUTO
11
 
 
12
 
KonquerorIface_DIR =  $(srcdir)/..
13
 
 
14
 
servicesdir = $(kde_servicesdir)/kded
15
 
services_DATA = konqy_preloader.desktop
16
 
 
17
 
autostartdir = $(datadir)/autostart
18
 
autostart_DATA = konqy_preload.desktop
19
 
 
20
 
####### Build rules
21
 
preloader.lo: ../konq_settingsxt.h