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

« back to all changes in this revision

Viewing changes to filters/olefilters/excel97/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) -I$(srcdir)/../lib $(all_includes)
4
 
 
5
 
####### Files
6
 
 
7
 
noinst_LTLIBRARIES = libexcel97.la
8
 
 
9
 
libexcel97_la_SOURCES = helper.cc excelfilter.cc handler.cc worker.cc
10
 
libexcel97_la_LDFLAGS = $(all_libraries)
11
 
 
12
 
noinst_HEADERS = excelfilter.h handler.h worker.h helper.h definitions.h
13
 
 
14
 
METASOURCES = AUTO
15
 
 
16
 
install-data-local: uninstall.desktop
17
 
        $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/ole_excel97_import.desktop
18
 
 
19
 
#service_DATA = ole_excel97_import.desktop
20
 
#servicedir = $(kde_servicesdir)