plug-ins/common/plugin-defs.pl re-added psd-load. Looks like Bill
2007-12-16 Sven Neumann <sven@gimp.org> * plug-ins/common/plugin-defs.pl * plug-ins/common/Makefile.am: re-added psd-load. Looks like Bill accidentally removed it. svn path=/trunk/; revision=24375
This commit is contained in:

committed by
Sven Neumann

parent
75614f65cc
commit
65bbd5f9d3
@ -1,3 +1,9 @@
|
||||
2007-12-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/plugin-defs.pl
|
||||
* plug-ins/common/Makefile.am: re-added psd-load. Looks like Bill
|
||||
accidentally removed it.
|
||||
|
||||
2007-12-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpcairo-utils.[ch]: added new function
|
||||
|
@ -133,6 +133,7 @@ libexec_PROGRAMS = \
|
||||
$(POPPLER) \
|
||||
postscript \
|
||||
procedure-browser \
|
||||
psd-load \
|
||||
psd-save \
|
||||
$(PSP) \
|
||||
randomize \
|
||||
@ -1729,6 +1730,22 @@ procedure_browser_LDADD = \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
psd_load_SOURCES = \
|
||||
psd-load.c
|
||||
|
||||
psd_load_LDADD = \
|
||||
$(libgimpui) \
|
||||
$(libgimpwidgets) \
|
||||
$(libgimpmodule) \
|
||||
$(libgimp) \
|
||||
$(libgimpmath) \
|
||||
$(libgimpconfig) \
|
||||
$(libgimpcolor) \
|
||||
$(libgimpbase) \
|
||||
$(GTK_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
psd_save_SOURCES = \
|
||||
psd-save.c
|
||||
|
||||
|
@ -96,6 +96,7 @@
|
||||
'poppler' => { ui => 1, optional => 1, cflags => 1 },
|
||||
'postscript' => { ui => 1 },
|
||||
'procedure-browser' => { ui => 1 },
|
||||
'psd-load' => { ui => 1 },
|
||||
'psd-save' => { ui => 1 },
|
||||
'psp' => { ui => 1, optional => 1, libopt => 'z' },
|
||||
'randomize' => { ui => 1 },
|
||||
|
Reference in New Issue
Block a user