~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to src/kconf_update/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT $(all_includes)
 
2
 
 
3
update_DATA = kdev-gen-settings.upd 
 
4
updatedir = $(kde_datadir)/kconf_update
 
5
 
 
6
# The Qt app cannot go into kde_datadir, that is not portable.
 
7
# install to kde_bindir/kconf_update_bin instead.
 
8
# KDE 3.2 will allow kconf_update scripts to run directly from there,
 
9
# but for us that's too late. Use the .sh script as a workaround.
 
10
kconf_PROGRAMS = kdev-gen-settings-kconf_update
 
11
kconfdir = $(libdir)/kconf_update_bin
 
12
 
 
13
kdev_gen_settings_kconf_update_SOURCES = kdev-gen-settings-kconf_update.cpp
 
14
kdev_gen_settings_kconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
15
kdev_gen_settings_kconf_update_LDADD   = $(LIB_QT)
 
16
 
 
17
# vim: set noet:
 
18