summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-63/+0
|
* libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam2008-02-281-1/+1
| | | | | Michael (This used to be commit 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce)
* libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-271-1/+3
| | | | | | | | The libs needed for getifaddrs replacements have to be added to LIBS and used for the testsuite target. Michael (This used to be commit e7c1d6513b945b205abe84b18a251d06e737e659)
* r23306: pass down LDFLAGS to the link command in the libreplace standalone buildStefan Metzmacher2007-10-101-2/+3
| | | | | metze (This used to be commit 06caaf0d8d86bb05ceaac6624735283b585d995d)
* r22598: Simplify includes for replace.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit e72cec408e832e0f6ce05c38febdd56de501dbf7)
* r22218: fix libreplace standalone buildStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 398e008ea78777164dcf4eef059626d574c35f47)
* r18539: 'make distclean' should delete config.cacheAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 5a8becb1be1b41b4fecf9f9f47a60eed5f77c264)
* r18461: - extend make showflagsStefan Metzmacher2007-10-101-2/+3
| | | | | | | - let make test trigger showflags metze (This used to be commit 43c1d775b900b305345afe394383b78e83e4e5cb)
* r18442: run the os2_delete test in the testsuite tooStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | | | | that shows that Tru64 is broken... It doesn't have getdirent() and the the replacement code doesn't work there. tridge: do you have any idea how to fix this? metze (This used to be commit a5ebfd0ab71f4f4288697f6fd3183a440ce7506b)
* r18159: always recreate the the archive and use -s (which does the same as ↵Stefan Metzmacher2007-10-101-2/+1
| | | | | | | | | ranlib) and see how portable it is metze (This used to be commit 47b4509db909e0848842c1601f2058183d36bda7)
* r18151: remove testfileStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 6ffebfb9b7b8175eb312df6b9bc9fbd0db61b2e1)
* r18147: add make realdistcleanStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
* r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit a4d1f1d2229e1a0b1523bf14fab59278207abbc0)
* r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell2007-10-101-3/+3
| | | | | discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)
* r18060: use gmake for libreplace if availableAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 838de24dfeeb4f67d836681d8ca4b8f94b38d6e2)
* r18045: Update format, list "test" target as phony.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 1f431dcd0a1f9a2cd5a0a3b73fbf8b05b8bc6793)
* r18044: timegm.c needs to be in a separate fileAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 3ec1db7bd12cdc233c37f261073a33fc48ecd7ce)
* r18042: testsuite needs to link to libreplace.a :-)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit d359dea98eceadb4881578f70d8f4453ec0a2b88)
* r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit a2a6782ec721312e329cd16b609fb3eff8ad284d)
* r18037: added 'make installcheck' targetAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)
* r18035: - fixed 'make clean' to remove test objectsAndrew Tridgell2007-10-101-1/+2
| | | | | | | - fixed 'make install' to create target dir should be ready to go into the build farm as a standalone build now? (This used to be commit 5feaeaf1dc6434874c8f4c0e913a7e6c70b87309)
* r18034: fixed build of libreplace outside of source directoryAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 8c07569227c6f2b0c9abdfe535733f3d5cb40fe5)
* r18032: added a 'make distclean'Andrew Tridgell2007-10-101-1/+9
| | | | (This used to be commit e83ea30b72c92ecf242274d090b00009bddd8be6)
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-0/+37
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)