Comment out gcg stuff.
* tools/Makefile.am: Comment out gcg stuff.
This commit is contained in:
@ -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>
|
Tue Aug 24 22:50:28 BST 1999 Andy Thomas <alt@gimp.org>
|
||||||
|
|
||||||
|
@ -4,10 +4,10 @@ else
|
|||||||
D_pdbgen=
|
D_pdbgen=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_GCG
|
#if WITH_GCG
|
||||||
D_gcg=gcg
|
#D_gcg=gcg
|
||||||
else
|
#else
|
||||||
D_gcg=
|
#D_gcg=
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
SUBDIRS = $(D_gcg) $(D_pdbgen)
|
SUBDIRS = $(D_pdbgen) #$(D_gcg)
|
||||||
|
Reference in New Issue
Block a user