gimp/tools/Makefile.am

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)