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

« back to all changes in this revision

Viewing changes to kdepasswd/kcm/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
 
SUBDIRS = pics
2
 
kde_module_LTLIBRARIES = kcm_useraccount.la
3
 
kcm_useraccount_la_SOURCES = main_widget.ui chfnprocess.cpp \
4
 
                             main.cpp chfacedlg.cpp settings.kcfgc pass.kcfgc
5
 
kcm_useraccount_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
6
 
kcm_useraccount_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
7
 
 
8
 
AM_CPPFLAGS = -I$(top_srcdir)/libkonq $(all_includes)
9
 
 
10
 
kde_kcfg_DATA = kcm_useraccount.kcfg kcm_useraccount_pass.kcfg
11
 
 
12
 
METASOURCES = AUTO
13
 
 
14
 
noinst_HEADERS = main.h chfnprocess.h chfacedlg.h
15
 
 
16
 
xdg_apps_DATA = kcm_useraccount.desktop 
17
 
 
18
 
 
19
 
messages: rc.cpp
20
 
        $(XGETTEXT) *.cpp -o $(podir)/useraccount.pot