mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Put -I$(top_srcdir) back into INCLUDES.
* Put -I$(top_srcdir) back into INCLUDES.
This commit is contained in:
parent
be7ab912ee
commit
318392b51c
@ -1,3 +1,8 @@
|
||||
1998-11-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
|
||||
|
||||
* Makefile.am (INCLUDES): The previous commit message is wrong
|
||||
about the -I$(top_srcdir) being redundant. I put it back.
|
||||
|
||||
Wed Nov 11 23:23:22 EST 1998 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* Makefile.am : INCLUDES is the right way to add to CFLAGS, not
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/gmodule -DG_LOG_DOMAIN=g_log_domain_gmodule
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule -DG_LOG_DOMAIN=g_log_domain_gmodule
|
||||
|
||||
EXTRA_DIST = \
|
||||
gmoduleconf.h.in \
|
||||
|
Loading…
Reference in New Issue
Block a user