From 93c45024cdbbf51322106e2a5961db8c09618833 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Sat, 30 Jun 2001 11:08:06 +0000 Subject: Make sure we compile with gcc by default. --- examples/libsmbclient/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile index 3b56def3fdf..8c1def8a162 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -1,4 +1,5 @@ # +CC = gcc SAMBA_INCL = ../../source/include -- cgit