mirror of https://github.com/GNOME/gimp.git
Comment out gcg stuff.
* tools/Makefile.am: Comment out gcg stuff.
This commit is contained in:
parent
74f4666495
commit
320c74efdf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue