summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
AgeCommit message (Collapse)AuthorFilesLines
2008-05-27Don't throw away cflags if they start with a variable.Jelmer Vernooij1-1/+1
(This used to be commit 9f81214239e1cf6563da4ed49d051fe56d3ab129)
2008-05-27Move more CFLAGS to Makefile.Jelmer Vernooij1-3/+3
(This used to be commit 0406713aad09b1ea4bd761519fd4897b94cfc7e5)
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-4/+5
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
2008-05-27Use variables for et files too.Jelmer Vernooij2-12/+14
(This used to be commit 953f796059e16ea082391cfd6a018531a2a5be4e)
2008-05-27Move asn1 cflags definition to gmake.Jelmer Vernooij1-2/+3
(This used to be commit 486d43355eb368c3f291ded5e353416e478ab862)
2008-05-27use varibale for asn1 compiler.Jelmer Vernooij2-2/+4
(This used to be commit 4543633ba046836d13da80d07d06c272c3abf9bc)
2008-05-27Use variables for more object file paths.Jelmer Vernooij1-5/+5
(This used to be commit 5008116479209a1275d7f9b41ea293b27a8f7632)
2008-05-27Use heimdalsrcdir variable for automatic dependencies.Jelmer Vernooij2-18/+18
(This used to be commit c5db384160aefc21141e94004faf4e89a204ff69)
2008-05-27Use variable for socket wrapper include path.Jelmer Vernooij1-6/+6
(This used to be commit 01c0000def9492989c543e7ed6d48c58a3be1854)
2008-05-27Use variable for source directories.Jelmer Vernooij1-23/+25
(This used to be commit e40fc0bc4bcf91c35baba1230354d3185a34076e)
2008-05-18Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij1-23/+23
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
2008-05-18Build system doesn't do make variable expansion...Jelmer Vernooij1-23/+23
(This used to be commit 16a04d9af4cc33daafe32bc45a404959924bd33e)
2008-05-18Use src dir.Jelmer Vernooij1-386/+387
(This used to be commit 63f2b66f0e1120a516d3dfcd03b38db2e4aaddd0)
2008-05-11Add extra include directories, hopefully fixes the build on aix53bf.Jelmer Vernooij1-1/+1
(This used to be commit ef53ffbc24cc4959acb773f27e72e90b603e81d7)
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+1
Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-1/+1
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
2008-03-28Merge v4.0-testJelmer Vernooij2-7/+38
(This used to be commit 977dbdeaf363c8905ed9fd0570eba4be80582833)
2008-03-19Supply HDB_DB_DIR macroAndrew Bartlett1-0/+2
While we don't use the default HDB directories, the code needs this macro defined. Andrew Bartlett (This used to be commit b5dbdef1580a58c0f208e83491946391cd08e570)
2008-03-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-3/+3
(This used to be commit 400c16e7004bc3a881bb6efb99a273cdac87f70c)
2008-03-19Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett1-3/+32
Andrew Bartlett (This used to be commit d88b530522d3cef67c24422bd5182fb875d87ee2)
2008-03-18heimdal_build: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't ↵Stefan Metzmacher1-3/+3
exist anymore metze (This used to be commit 0fb3d246212e2e7d68c1276dff1628ece9794283)
2008-03-14heimdal_build: fix linkage of asn1_compile and compile_et.Michael Adam1-2/+0
Now inet_aton is available from libreplace. Michael (This used to be commit 3b2a3da2f73020b1d3b08a05a479de380b2aa5c4)
2008-03-13build: compile_et also needs inet_aton()Stefan Metzmacher1-0/+1
metze (This used to be commit b6bcd66612eb3e507da94eb6f05e5d0317a8276c)
2008-03-13fix build of asn1_compile when there is no system inet_aton() function.Michael Adam1-0/+1
Michael (This used to be commit f1c2207b3d9411eac27cb85891f62e9d05bf5118)
2008-03-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+1
(This used to be commit cffaf5f6030b5d9b6d4d802b557fd8ea7afd043d)
2008-03-08we now define PACKAGE_BUGREPORT in config.hStefan Metzmacher1-1/+1
metze (This used to be commit 4afd4058e30e0754a56100e691486139f149e3a3)
2008-03-04Fix the build.Jelmer Vernooij2-12/+5
(This used to be commit 49ef8d0c197fa61dc5c524e4a0f569af72d3c0e9)
2008-03-04Fix syntax.Jelmer Vernooij1-1/+1
(This used to be commit 171d97f657d92f24a9b2d6be0f1404c21b665869)
2008-03-04Fix some paths.Jelmer Vernooij1-1/+1
(This used to be commit bb16e51e60df296fa7b89eeeba6b80908099dda6)
2008-03-03Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit 2a0f8458ab712ce64ce3f5d6fe30ca6fe3e16df2)
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij2-65/+91
(This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
2008-02-26Fix module aliases.Jelmer Vernooij1-2/+2
(This used to be commit 584a69acc5ccc0e9be0cb2687578c62bfa1e797d)
2008-02-26Fix the build.Jelmer Vernooij1-347/+347
(This used to be commit 59bf804ef64d87fa76fe41063f91c35cf805a779)
2008-02-25Fix the build.Jelmer Vernooij1-3/+10
(This used to be commit 40476bce2e9b4ac6363fe27f1409eee1a3ed4157)
2008-02-25Integrate asn1 compilation into asn1 compiler.Jelmer Vernooij1-10/+3
(This used to be commit ca8e347baf67a2f5cdffd7ea1677dab75687b037)
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-22/+22
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
2008-02-18Fix unresolved symbols.Jelmer Vernooij1-1/+2
(This used to be commit dbcecb6d8fe3e13cc4da003adeda7623b746b751)
2008-02-18Fix build with partial linking.Jelmer Vernooij1-9/+4
(This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
2008-02-18Reenable partial linkingJelmer Vernooij1-1/+0
(This used to be commit a7512fb059d5dcb6bf70418622206eec94153693)
2008-01-21build: Don't build heimdal as library.Jelmer Vernooij1-3/+1
(This used to be commit c04cf0c0520ae35ebe173d733d5dc8ffa5bf4ed9)
2007-12-21r26462: Tighten dependencies.Jelmer Vernooij1-1/+1
(This used to be commit 020f2f7426c2850fffc272f53065fa7305dd0313)
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+5
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-2/+6
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-3/+4
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6)
2007-12-21r25874: force specific versions for LEX and YACC.Stefan Metzmacher1-0/+48
We often have problems with old yacc and bison versions and it seem the combination of LAX and YACC also matters. So we now list all supported version combinations explicit. flex-2.5.33:bison-2.3 only for now. metze (This used to be commit ad0556cbf7c1b0dfc3180a010f2a14d9597c3222)
2007-12-21r25736: make sure we include "config.h" as first headerStefan Metzmacher2-2/+15
in code generated from et_compile metze (This used to be commit 8757b09052c5e07b23b8b50f7227f884201d9e98)
2007-12-21r25735: make sure we include "config.h" as first header inStefan Metzmacher1-1/+1
files generated from asn1_compile metze (This used to be commit 85f6b42221854618bcc6200d27693827defb13fa)
2007-12-21r25727: include "system/network.h" instead of <sys/socket.h>Stefan Metzmacher1-5/+1
to make sure socklen_t is typedef'ed metze (This used to be commit d1fb51b1d282363e77fe6d9f61f85fec52327f6b)
2007-12-21r25719: let "system/network.h" do the replacements first, thenStefan Metzmacher1-5/+2
roken.h.in can do the missing heimdal bits. this removes to redifinition of 'struct addrinfo' on some platforms metze (This used to be commit 317b6494452f6162465000fe71e5c40c260f735a)
2007-12-21r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher1-32/+0
all configure results which are used in replace.h or any system/*.h should be in the in the libreplace *.m4 files! metze (This used to be commit 95462d614d68a93e85232e3a779f8bfa86fba4d1)