~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to app/paint-funcs/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        -I$(top_srcdir)         \
14
14
        -I$(top_builddir)/app   \
15
15
        -I$(top_srcdir)/app     \
 
16
        $(CAIRO_CFLAGS)         \
16
17
        $(GLIB_CFLAGS)          \
17
18
        -I$(includedir)
18
19
 
19
20
noinst_LIBRARIES = libapppaint-funcs.a
20
21
 
21
22
libapppaint_funcs_a_SOURCES = \
22
 
        paint-funcs-types.h     \
23
23
        paint-funcs.c           \
24
24
        paint-funcs.h           \
25
25
        paint-funcs-generic.h   \
 
26
        paint-funcs-types.h     \
 
27
        paint-funcs-utils.h     \
26
28
        reduce-region.c         \
27
29
        reduce-region.h         \
28
30
        scale-region.c          \
29
31
        scale-region.h          \
30
32
        subsample-region.c      \
31
33
        subsample-region.h
32
 
 
33
 
EXTRA_DIST = makefile.msc