diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-01 16:53:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-01 17:52:36 +0200 |
commit | f4140cfdb0b415387329f51dcf087b86d3c90c5e (patch) | |
tree | 522a791f4e8bdefbc166c4b825caf63ae9a865cc /source4/Makefile | |
parent | 8dede49961b732a5c604b044e628b0553b387429 (diff) | |
download | samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.gz samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.tar.bz2 samba-f4140cfdb0b415387329f51dcf087b86d3c90c5e.zip |
build: autogenerate heimdal basics
metze
(This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index 93e3ceb72f..b0aa009edd 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -136,7 +136,7 @@ libraries:: $(STATIC_LIBS) $(SHARED_LIBS) modules:: $(PLUGINS) headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS) manpages:: $(MANPAGES) -all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods libraries headers +all:: showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers everything:: all LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(builddir)/bin/shared |