~ubuntu-branches/ubuntu/intrepid/gwenview/intrepid

« back to all changes in this revision

Viewing changes to gvimagepart/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher Martin
  • Date: 2005-04-06 11:33:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050406113306-7zovl7z0io5bacpd
Tags: 1.2.0-1
* New upstream release.
  + Fixes crashes when using "Back" to navigate. (Closes: #301811)
* Enable KIPI support.
* Add a doc-base file for the handbook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(srcdir)/.. $(all_includes)
 
2
 
 
3
# These are not really libraries, but modules dynamically opened.
 
4
# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/kde3
 
5
kde_module_LTLIBRARIES = libgvimagepart.la
 
6
 
 
7
libgvimagepart_la_SOURCES = gvimagepart.cpp
 
8
libgvimagepart_la_LIBADD = $(LIB_KPARTS) ../src/libgwenviewcore.la
 
9
libgvimagepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
 
10
 
 
11
# Automatically generate moc files
 
12
METASOURCES = AUTO
 
13
 
 
14
# Install the XML-UI file to its correct location
 
15
gvdir = $(kde_datadir)/gvimagepart
 
16
gv_DATA = gvimagepart.rc
 
17
 
 
18
# Install the .desktop file into the kde_services directory
 
19
kde_services_DATA = gvimagepart.desktop
 
20