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

« back to all changes in this revision

Viewing changes to khotkeys/shared/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
 
lib_LTLIBRARIES = libkhotkeys_shared.la
2
 
 
3
 
libkhotkeys_shared_la_SOURCES = action_data.cpp khotkeysglobal.cpp triggers.cpp windows.cpp \
4
 
    settings.cpp actions.cpp input.cpp conditions.cpp khlistview.cpp khlistbox.cpp \
5
 
    gestures.cpp voices.cpp voicesignature.cpp sound.cpp soundrecorder.cpp
6
 
libkhotkeys_shared_la_LIBADD  = $(LIB_KIO) $(XTESTLIB) -lXext -lX11 $(X_PRE_LIBS)
7
 
libkhotkeys_shared_la_LDFLAGS = $(all_libraries) $(X_LDFLAGS) -version-info 1:0:0 -no-undefined
8
 
 
9
 
INCLUDES = $(all_includes)
10
 
 
11
 
noinst_HEADERS = action_data.h khotkeysglobal.h triggers.h windows.h actions.h input.h \
12
 
    settings.h conditions.h khlistview.h khlistbox.h gestures.h voices.h \
13
 
    voicesignature.h sound.h soundrecorder.h
14
 
 
15
 
METASOURCES = AUTO