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

« back to all changes in this revision

Viewing changes to kcontrol/view1394/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
 
kde_module_LTLIBRARIES = kcm_view1394.la
2
 
 
3
 
kcm_view1394_la_SOURCES = view1394widget.ui view1394.cpp
4
 
 
5
 
kcm_view1394_la_LDFLAGS  = $(all_libraries) -module -avoid-version -no-undefined
6
 
kcm_view1394_la_LIBADD = $(LIB_KDEUI) -lraw1394
7
 
 
8
 
AM_CPPFLAGS= $(all_includes) 
9
 
 
10
 
METASOURCES = AUTO
11
 
 
12
 
messages: rc.cpp
13
 
        $(XGETTEXT) *.cpp -o $(podir)/kcmview1394.pot
14
 
 
15
 
xdg_apps_DATA = kcmview1394.desktop
16
 
 
17
 
view1394_vendor_DATA = oui.db
18
 
view1394_vendordir = $(kde_datadir)/kcmview1394
19