Comment out gcg stuff.

* tools/Makefile.am: Comment out gcg stuff.
This commit is contained in:
Raja R Harinath 1999-08-24 23:51:35 +00:00
parent 74f4666495
commit 320c74efdf
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,6 @@
1999-08-24 Raja R Harinath <harinath@cs.umn.edu>
* tools/Makefile.am: Comment out gcg stuff.
Tue Aug 24 22:50:28 BST 1999 Andy Thomas <alt@gimp.org>

View File

@ -4,10 +4,10 @@ else
D_pdbgen=
endif
if WITH_GCG
D_gcg=gcg
else
D_gcg=
endif
#if WITH_GCG
#D_gcg=gcg
#else
#D_gcg=
#endif
SUBDIRS = $(D_gcg) $(D_pdbgen)
SUBDIRS = $(D_pdbgen) #$(D_gcg)