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

« back to all changes in this revision

Viewing changes to plugins/ppm2tif/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
EXTRA_DIST = ppm2tif.dsp
 
2
AM_CXXFLAGS=@AQSIS_CXXFLAGS@
 
3
AM_CPPFLAGS=@AQSIS_CPPFLAGS@
 
4
AM_CFLAGS=@AQSIS_CFLAGS@
 
5
 
 
6
 
 
7
pkglib_LTLIBRARIES = libppm2tif.la
 
8
 
 
9
libppm2tif_la_SOURCES = ppm2tif.c
 
10
libppm2tif_la_LIBADD  = ../common/libcommon.la
 
11
 
 
12
INCLUDES = -I$(top_srcdir)/libaqsistypes -I$(top_srcdir)/libaqsistypes/posix