mirror of https://github.com/GNOME/gimp.git
grr, some cc's barf if the search dir doesn't exist, leave $(datadir)/gcg
* Makefile.am: grr, some cc's barf if the search dir doesn't exist, leave $(datadir)/gcg out for now -Yosh
This commit is contained in:
parent
e6bececa5f
commit
092ea1e3d7
|
@ -1,3 +1,8 @@
|
|||
Wed Jan 13 16:03:47 PST 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Makefile.am: grr, some cc's barf if the search dir doesn't
|
||||
exist, leave $(datadir)/gcg out for now
|
||||
|
||||
Sat Jan 9 22:44:03 PST 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* autogen.sh: call configure again
|
||||
|
|
|
@ -2,7 +2,8 @@ noinst_PROGRAMS = gcg
|
|||
|
||||
# CPP=cpp -nostdinc -I /usr/share/gcg -I /usr/local/share/gcg -I .
|
||||
|
||||
CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\"
|
||||
#CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\"
|
||||
CPPFLAGS = -DCPP_SEARCH=\"" -I ."\"
|
||||
INCLUDES = @GLIB_CFLAGS@
|
||||
YFLAGS = -d -v
|
||||
LFLAGS = -d
|
||||
|
|
Loading…
Reference in New Issue