gimp/tools/Makefile.am
Manish Singh c78dd295cf configure.in tools/Makefile.am integrated pdbgen into the build system
* configure.in
* tools/Makefile.am
* tools/pdbgen/Makefile.am: integrated pdbgen into the build system

* libgimp/gimp.h
* libgimp/gimpimage.c: renamed gimp_image_findnext_guide to
gimp_image_find_next_guide, so change pdb wrapper

* plug-ins/guillotine/guillotine.c: reflect api change

-Yosh
1999-04-28 07:03:35 +00:00

14 lines
126 B
Makefile

if WITH_PDBGEN
D_pdbgen=pdbgen
else
D_pdbgen=
endif
if WITH_GCG
D_gcg=gcg
else
D_gcg=
endif
SUBDIRS = $(D_gcg) $(D_pdbgen)