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

« back to all changes in this revision

Viewing changes to konqueror/sidebar/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
 
# this has all of the subdirectories that make will recurse into.  if
2
 
# there are none, comment this out
3
 
#SUBDIRS = . sidebar_classic trees
4
 
 
5
 
#SUBDIRS = .
6
 
SUBDIRS = . trees web_module
7
 
 
8
 
# set the include path for X, qt and KDE
9
 
INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/kate/lib $(all_includes)
10
 
 
11
 
# these are the headers for your project
12
 
noinst_HEADERS = konqsidebar.h sidebar_widget.h konqsidebariface_p.h
13
 
 
14
 
include_HEADERS = konqsidebarplugin.h
15
 
 
16
 
# let automoc handle all of the meta source files (moc)
17
 
METASOURCES = AUTO
18
 
 
19
 
lib_LTLIBRARIES = libkonqsidebarplugin.la 
20
 
kde_module_LTLIBRARIES = konq_sidebar.la
21
 
 
22
 
# the Part's source, library search path, and link libraries
23
 
konq_sidebar_la_SOURCES = konqsidebar.cpp sidebar_widget.cpp 
24
 
konq_sidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
25
 
konq_sidebar_la_LIBADD  = $(LIB_KPARTS) $(LIB_KIO) ../../libkonq/libkonq.la ./libkonqsidebarplugin.la $(LIB_KUTILS)
26
 
 
27
 
libkonqsidebarplugin_la_SOURCES=konqsidebarplugin.cpp
28
 
libkonqsidebarplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) -no-undefined
29
 
libkonqsidebarplugin_la_LIBADD = $(LIB_KPARTS)
30
 
 
31
 
# this is where the desktop file will go 
32
 
partdesktopdir   = $(kde_servicesdir)
33
 
partdesktop_DATA = konq_sidebartng.desktop
34
 
 
35
 
# this is where the part's XML-GUI resource file goes
36
 
partrcdir   = $(kde_confdir)
37
 
partrc_DATA = konqsidebartng.rc
38
 
 
39
 
versiondir = $(kde_datadir)/konqsidebartng/entries/
40
 
version_DATA=.version
41
 
 
42
 
updatedir = $(kde_datadir)/kconf_update
43
 
update_DATA = konqsidebartng.upd
44
 
update_SCRIPTS = move_konqsidebartng_entries.sh