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

« back to all changes in this revision

Viewing changes to plug-ins/file-faxg3/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:
12
12
mwindows = -mwindows
13
13
endif
14
14
 
 
15
if HAVE_WINDRES
 
16
include $(top_srcdir)/build/windows/gimprc-plug-ins.rule
 
17
file_faxg3_RC = file-faxg3.rc.o
 
18
endif
 
19
 
15
20
AM_LDFLAGS = $(mwindows)
16
21
 
17
22
libexecdir = $(gimpplugindir)/plug-ins
24
29
        g3.h
25
30
 
26
31
INCLUDES = \
27
 
        -I$(top_srcdir) \
28
 
        $(GLIB_CFLAGS)  \
 
32
        -I$(top_srcdir)         \
 
33
        $(CAIRO_CFLAGS)         \
 
34
        $(GDK_PIXBUF_CFLAGS)    \
29
35
        -I$(includedir)
30
36
 
31
37
LDADD = \
34
40
        $(libgimpcolor)         \
35
41
        $(libgimpbase)          \
36
42
        $(libgimpmath)          \
37
 
        $(GLIB_LIBS)            \
 
43
        $(CAIRO_LIBS)           \
 
44
        $(GDK_PIXBUF_LIBS)      \
38
45
        $(RT_LIBS)              \
39
 
        $(INTLLIBS)
 
46
        $(INTLLIBS)             \
 
47
        $(file_faxg3_RC)