From: Russell Bryant Date: Thu, 29 Mar 2007 16:25:41 +0000 (+0000) Subject: Export the GTK2 library and include information to sub Makefiles. X-Git-Tag: 1.4.7.1~506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd7085a3abc4486ce46706d14787b85674fb63b0;p=thirdparty%2Fasterisk.git Export the GTK2 library and include information to sub Makefiles. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59304 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index c423ff8dfe..8d5e6d4442 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,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