~ubuntu-branches/ubuntu/warty/kdebase/warty

« back to all changes in this revision

Viewing changes to konqueror/sidebar/trees/history_module/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-16 04:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040916045145-9vr63kith3k1cpza
Tags: upstream-3.2.2
ImportĀ upstreamĀ versionĀ 3.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/libkonq -I$(srcdir)/.. -I$(srcdir)/../..  $(all_includes)
 
2
 
 
3
kde_module_LTLIBRARIES = konq_sidebartree_history.la kcm_history.la
 
4
 
 
5
METASOURCES = AUTO
 
6
 
 
7
konq_sidebartree_history_la_SOURCES = history_module.cpp history_item.cpp \
 
8
        history_settings.cpp history_settings.skel
 
9
konq_sidebartree_history_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
10
konq_sidebartree_history_la_LIBADD =  ../../libkonqsidebarplugin.la ../libkonq_sidebar_tree.la
 
11
 
 
12
kcm_history_la_SOURCES = kcmhistory.cpp history_dlg.ui history_settings.cpp history_settings.skel
 
13
kcm_history_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
 
14
kcm_history_la_LIBADD = -lkdeui $(top_builddir)/libkonq/libkonq.la
 
15
 
 
16
xdg_apps_DATA = kcmhistory.desktop