plug-ins/common/plugin-defs.pl renamed ps to postscript, so automake

2004-01-22  Manish Singh  <yosh@gimp.org>

        * plug-ins/common/plugin-defs.pl
        * plug-ins/common/Makefile.am: renamed ps to postscript, so automake
        doesn't get confused.
This commit is contained in:
Manish Singh 2004-01-22 23:04:53 +00:00 committed by Manish Singh
parent 7c31305861
commit e095443053
4 changed files with 11 additions and 3039 deletions

View file

@ -1,3 +1,9 @@
2004-01-22 Manish Singh <yosh@gimp.org>
* plug-ins/common/plugin-defs.pl
* plug-ins/common/Makefile.am: renamed ps to postscript, so automake
doesn't get confused.
2004-01-22 Sven Neumann <sven@gimp.org>
* configure.in: libgimpmodule depends on gmodule-2.0 and gobject-2.0.

View file

@ -118,7 +118,7 @@ libexec_PROGRAMS = \
$(PNG) \
pnm \
polar \
ps \
postscript \
psd \
psd_save \
$(PSP) \
@ -1365,10 +1365,10 @@ polar_LDADD = \
$(RT_LIBS) \
$(INTLLIBS)
ps_SOURCES = \
ps.c
postscript_SOURCES = \
postscript.c
ps_LDADD = \
postscript_LDADD = \
$(libgimpui) \
$(libgimpwidgets) \
$(libgimp) \

View file

@ -89,7 +89,7 @@
'png' => { libdep => 'gtk', ui => 1, optional => 1 },
'pnm' => { libdep => 'gtk', ui => 1 },
'polar' => { libdep => 'gtk', ui => 1, libsupp => 'gimpoldpreview' },
'ps' => { libdep => 'gtk', ui => 1 },
'postscript' => { libdep => 'gtk', ui => 1 },
'psd' => { libdep => 'glib' },
'psd_save' => { libdep => 'gtk', ui => 1 },
'psp' => { libdep => 'gtk', ui => 1, optional => 1, libopt => 'z' },

File diff suppressed because it is too large Load diff