~ubuntu-branches/ubuntu/raring/tiff3/raring-proposed

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2012-10-11 12:46:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121011124614-lohrvchji0wvxk96
Tags: 3.9.7-0ubuntu1
* New upstream release (LP: #1065637)
* Removed the following patches which were incorporated upstream:
  - CVE-2012-1173.patch
  - CVE-2012-2088.patch
  - CVE-2012-3401.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
tiffgt_CFLAGS = $(CFLAGS) $(GLUT_CFLAGS) $(AM_CFLAGS)
136
136
tiffgt_LDADD = $(LIBTIFF) $(LIBPORT) $(X_LIBS) $(GLUT_LIBS)
137
137
 
138
 
INCLUDES = -I../libtiff -I$(top_srcdir)/libtiff
 
138
AM_CPPFLAGS = -I../libtiff -I$(top_srcdir)/libtiff
139
139
 
140
140
echo:
141
141
        (echo $(CFLAGS))