diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-06-30 11:08:06 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-06-30 11:08:06 +0000 |
commit | 9178d7591b64c1e3ac92b19506811c5944476071 (patch) | |
tree | d4e3c027ab47150df25e2b43b32532c026929307 /examples/libsmbclient/Makefile | |
parent | 89cf21971736c63d0dfb80563f85afd33af2237a (diff) | |
download | samba-9178d7591b64c1e3ac92b19506811c5944476071.tar.gz samba-9178d7591b64c1e3ac92b19506811c5944476071.tar.bz2 samba-9178d7591b64c1e3ac92b19506811c5944476071.zip |
Make sure we compile with gcc by default.
(This used to be commit 93c45024cdbbf51322106e2a5961db8c09618833)
Diffstat (limited to 'examples/libsmbclient/Makefile')
-rw-r--r-- | examples/libsmbclient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile index 3b56def3fd..8c1def8a16 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -1,4 +1,5 @@ # +CC = gcc SAMBA_INCL = ../../source/include |