From 2ddc0ae2eda64343caf789df424569ad8284994d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 29 Mar 2007 16:29:17 +0000 Subject: [PATCH] Merged revisions 59304 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59304 | russell | 2007-03-29 11:25:41 -0500 (Thu, 29 Mar 2007) | 2 lines Export the GTK2 library and include information to sub Makefiles. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59305 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b293775f1f..f9a0de0816 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,8 @@ export CURSES_DIR export NCURSES_DIR export TERMCAP_DIR export TINFO_DIR +export GTK2_LIB +export GTK2_INCLUDE # even though we could use '-include makeopts' here, use a wildcard # lookup anyway, so that make won't try to build makeopts if it doesn't