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

« back to all changes in this revision

Viewing changes to gwenviewapp/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
bin_PROGRAMS=
 
2
lib_LTLIBRARIES=
 
3
 
 
4
kdeinit_LTLIBRARIES = gwenview.la
 
5
 
 
6
gwenview_la_SOURCES = dummy.cpp
 
7
 
 
8
gwenview_la_LIBADD   = ../src/libgwenviewcore.la
 
9
 
 
10
# the library search path.
 
11
gwenview_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
 
12
 
 
13
 
 
14
# set the include path for X, qt and KDE
 
15
INCLUDES = -I$(srcdir)/.. $(all_includes)
 
16
 
 
17
METASOURCES = AUTO
 
18
 
 
19
rcdir = $(kde_datadir)/gwenview
 
20
rc_DATA = gwenviewui.rc
 
21
 
 
22
dummy.cpp:
 
23
        echo > dummy.cpp
 
24
 
 
25
CLEANFILES = dummy.cpp gwenview_dummy.cpp gwenview.la.cpp