~ubuntu-branches/ubuntu/hoary/libextractor/hoary

« back to all changes in this revision

Viewing changes to src/plugins/oo/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2004-10-30 23:50:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041030235000-poix4e5mzhmzkpbk
Tags: 0.3.10-2
* Added fix from cvs for various Sparc64 problems (Closes #278905).
* Added workaround from cvs for re-load glib problem of OLE2 extractor.
* debian/watch added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/src/include
 
2
 
 
3
# install plugins under:
 
4
plugindir = $(libdir)/libextractor
 
5
 
 
6
SUBDIRS = .
 
7
 
 
8
plugin_LTLIBRARIES = \
 
9
 libextractor_oo.la
 
10
 
 
11
libextractor_oo_la_SOURCES = \
 
12
  crypt.h \
 
13
  ioapi.c \
 
14
  ioapi.h \
 
15
  unzip.c \
 
16
  unzip.h \
 
17
  ooextractor.c
 
18
 
 
19
libextractor_oo_la_LDFLAGS = \
 
20
 -export-dynamic -avoid-version -module
 
21
 
 
22
libextractor_oo_la_LIBADD = \
 
23
 -lz