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

« back to all changes in this revision

Viewing changes to kexi/main/filters/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
 
include $(top_srcdir)/kexi/Makefile.global
2
 
 
3
 
noinst_LTLIBRARIES = libkexifilter.la
4
 
 
5
 
INCLUDES = -I$(top_srcdir)/kexi $(KOFFICE_INCLUDES) $(all_includes)
6
 
 
7
 
SUBDIRS = .
8
 
 
9
 
libkexifilter_la_METASOURCES = AUTO
10
 
 
11
 
libkexifilter_la_SOURCES = kexifiltermanager.cpp kexifilter.cpp kexifilterwizardbase.cpp \
12
 
        kexitableimportsourceiface.cpp
13
 
 
14
 
libkexifilter_la_LIBADD = $(LIB_KOFFICECORE)
15
 
 
16