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

« back to all changes in this revision

Viewing changes to plug-ins/file-psd/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_psd_load_RC = file-psd-load.rc.o
 
18
file_psd_save_RC = file-psd-save.rc.o
 
19
endif
 
20
 
15
21
AM_LDFLAGS = $(mwindows)
16
22
 
17
23
libexecdir = $(gimpplugindir)/plug-ins
60
66
        $(IPTCDATA_LIBS)        \
61
67
        $(RT_LIBS)              \
62
68
        $(INTLLIBS)
 
69
 
 
70
file_psd_load_LDADD = \
 
71
        $(LDADD)                \
 
72
        $(file_psd_load_RC) 
 
73
 
 
74
file_psd_save_LDADD = \
 
75
        $(LDADD)                \
 
76
        $(file_psd_save_RC)