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

« back to all changes in this revision

Viewing changes to plug-ins/file-ico/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_ico_RC = file-ico.rc.o
 
18
endif
 
19
 
15
20
AM_LDFLAGS = $(mwindows)
16
21
 
17
22
libexecdir = $(gimpplugindir)/plug-ins
43
48
        $(libgimpcolor)         \
44
49
        $(libgimpmath)          \
45
50
        $(libgimpbase)          \
 
51
        $(GTK_LIBS)             \
46
52
        $(PNG_LIBS)             \
47
 
        $(GTK_LIBS)             \
48
53
        $(RT_LIBS)              \
49
 
        $(INTLLIBS)
 
54
        $(INTLLIBS)             \
 
55
        $(file_ico_RC)