2003-02-09 Manish Singh <yosh@gimp.org> * libgimp/gimp.c: implemented plug-in debugging hooks. Also, use G_LOG_DOMAIN instead of hardcoding "LibGimp" for g_log_set_handler. * devel-docs/debug-plug-ins.txt: documenyed here * devel-docs/Makefile.am: add new file
22 lines
328 B
Makefile
22 lines
328 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = \
|
|
libgimpbase \
|
|
libgimpcolor \
|
|
libgimpmath \
|
|
libgimpmodule \
|
|
libgimpwidgets \
|
|
libgimp
|
|
|
|
EXTRA_DIST = \
|
|
ChangeLog \
|
|
README \
|
|
README.gtkdoc \
|
|
debug-plug-ins.txt \
|
|
gih.txt \
|
|
gpb.txt \
|
|
includes.txt \
|
|
parasites.txt \
|
|
undo.txt \
|
|
xcf.txt
|