diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1998-11-29 22:47:07 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1998-11-29 22:47:07 +0000 |
commit | e54410edc27ad78049bd854738c11e54b3bc0c5b (patch) | |
tree | 8085728ab063a1ff1dfc9f9d0d3c0206bca22bea /gmodule | |
parent | 4f0565f380038c8b53425450679d148492693094 (diff) |
Put -DFOO stuff into Makefile.am INCLUDES.
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 94f451ed2..d334bf5f2 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir) -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 @GLIB_DEBUG_FLAGS@ EXTRA_DIST = \ gmoduleconf.h.in \ |