~ubuntu-branches/ubuntu/karmic/kdevelop/karmic

« back to all changes in this revision

Viewing changes to src/kconf_update/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-05-25 19:34:26 UTC
  • mfrom: (1.1.11 upstream) (2.3.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090525193426-hdntv90rvflyew8g
Tags: 4:3.9.93-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - Conflict/replace -kde4 packages

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