From 0d5587b5d128d9dd502a3b78c02fb986b33d92c4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Apr 2006 12:22:54 +0000 Subject: r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f) --- source4/gtk/config.m4 | 2 +- source4/gtk/config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/gtk') diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4 index c15d93ddef..e2056b2f4f 100644 --- a/source4/gtk/config.m4 +++ b/source4/gtk/config.m4 @@ -7,7 +7,7 @@ SMB_ENABLE(gwcrontab, NO) SMB_ENABLE(gwsam, NO) SMB_ENABLE(gepdump, NO) -if test t$SMB_EXT_LIB_ENABLE_gtk = tYES; then +if test t$SMB_ENABLE_gtk = tYES; then SMB_ENABLE(GTKSMB, YES) SMB_ENABLE(gregedit, YES) SMB_ENABLE(gwcrontab, YES) diff --git a/source4/gtk/config.mk b/source4/gtk/config.mk index 42511df8be..b187c81f64 100644 --- a/source4/gtk/config.mk +++ b/source4/gtk/config.mk @@ -9,7 +9,7 @@ OBJ_FILES = common/gtk-smb.o \ common/select.o \ common/gtk_events.o \ common/credentials.o -PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL EXT_LIB_gtk RPC_NDR_SAMR +PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL gtk RPC_NDR_SAMR [BINARY::gregedit] INSTALLDIR = BINDIR -- cgit