~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to plugins/common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libcommon.la
 
2
AM_CXXFLAGS=@AQSIS_CXXFLAGS@
 
3
AM_CPPFLAGS=@AQSIS_CPPFLAGS@
 
4
AM_CFLAGS=@AQSIS_CFLAGS@
 
5
 
 
6
 
 
7
libcommon_la_SOURCES = pixelsave.c pixelsave.h
 
8
libcommon_la_LDFLAGS = -static @TIFF_FLAGS@
 
9
 
 
10
INCLUDES = -I$(top_srcdir)/libaqsistypes -I$(top_srcdir)/libaqsistypes/posix @TIFF_INC@
 
11