diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-21 00:50:04 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-21 03:54:43 +0100 |
commit | 440b1a1d04bca3027100b3bda84738730ffce71c (patch) | |
tree | de3d56c4a11d4340c4422422c36dc18298c33b8b /source4/heimdal_build/config.mk | |
parent | 42a793107e79624644ddfcac960b23eae3362002 (diff) | |
download | samba-440b1a1d04bca3027100b3bda84738730ffce71c.tar.gz samba-440b1a1d04bca3027100b3bda84738730ffce71c.tar.bz2 samba-440b1a1d04bca3027100b3bda84738730ffce71c.zip |
build: Don't build heimdal as library.
(This used to be commit c04cf0c0520ae35ebe173d733d5dc8ffa5bf4ed9)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index b534c9bc9f..604516ccf6 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -543,9 +543,7 @@ clean:: ####################### # Start SUBSYSTEM HEIMDAL -[LIBRARY::HEIMDAL] -VERSION = 0.0.1 -SO_VERSION = 0 +[SUBSYSTEM::HEIMDAL] CFLAGS = -Iheimdal_build OBJ_FILES = ../heimdal/lib/vers/print_version.o PUBLIC_DEPENDENCIES = \ |