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 | 93c45024cdbbf51322106e2a5961db8c09618833 (patch) | |
tree | 9c230801169359d29744c2502b07af60ad41a6e3 /examples/libsmbclient | |
parent | 9627bace72eb3be322f8895b055a31768e551136 (diff) | |
download | samba-93c45024cdbbf51322106e2a5961db8c09618833.tar.gz samba-93c45024cdbbf51322106e2a5961db8c09618833.tar.xz samba-93c45024cdbbf51322106e2a5961db8c09618833.zip |
Make sure we compile with gcc by default.
Diffstat (limited to 'examples/libsmbclient')
-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 3b56def3fdf..8c1def8a162 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -1,4 +1,5 @@ # +CC = gcc SAMBA_INCL = ../../source/include |