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>
|
||||
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user