~ubuntu-branches/ubuntu/trusty/vips/trusty-proposed

« back to all changes in this revision

Viewing changes to libvips/freq_filt/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2014-03-29 12:29:29 UTC
  • mfrom: (1.1.21) (30.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20140329122929-fvxnaann32ex0gzk
Tags: 7.38.5-2
Enable dh-autoreconf. (Closes: #742872)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_LTLIBRARIES = libfreq_filt.la
2
 
 
3
 
libfreq_filt_la_SOURCES = \
4
 
        fmask4th.c \
5
 
        im_phasecor_fft.c \
6
 
        fmaskcir.c \
7
 
        freq_dispatch.c \
8
 
        im_disp_ps.c \
9
 
        im_fractsurf.c \
10
 
        im_freq_mask.c \
11
 
        im_freqflt.c \
12
 
        im_fwfft.c \
13
 
        im_invfft.c \
14
 
        im_invfftr.c 
15
 
 
16
 
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@