~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to filters/kpresenter/libimageexport/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####### General stuff
 
2
 
 
3
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
 
4
        -I$(top_srcdir)/kpresenter \
 
5
        -I$(top_srcdir)/lib/kotext \
 
6
        $(all_includes)
 
7
 
 
8
####### Files
 
9
 
 
10
lib_LTLIBRARIES = libkpresenterimageexport.la
 
11
 
 
12
libkpresenterimageexport_la_SOURCES = imageexport.cpp
 
13
libkpresenterimageexport_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined
 
14
libkpresenterimageexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la $(KOFFICE_LIBS)
 
15
noinst_HEADERS = \
 
16
        imageexport.h
 
17
 
 
18
METASOURCES = AUTO
 
19
 
 
20