summaryrefslogtreecommitdiff
path: root/source4/dynconfig.mk
Commit message (Collapse)AuthorAgeFilesLines
* r25187: pass FIRST_PREREQ to Makefile so that the value can be usedStefan Metzmacher2007-10-101-1/+2
| | | | | | | | in handwritten rules too, hopefully fix the build of ldb with bsd make. metze (This used to be commit 9d6d296105526c55f08d82d289a30b92193d51e3)
* r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett2007-10-101-1/+1
| | | | | | | | | | | | | The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
* r20444: WEB Application framework / SWAT.Derrell Lipman2007-10-101-1/+1
| | | | | | | | We're now at the stage where the web application framework should build and install automatically. Derrell (This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
* r20351: ensure these variables are set in the right place in the MakefileAndrew Tridgell2007-10-101-0/+7
| | | | (This used to be commit 0ed2c0a0afea5b0d4c5f49e2493cb6eae694fe40)
* r19863: Create -uninstalled.pc files. This should reenable compilation and ↵Jelmer Vernooij2007-10-101-3/+1
| | | | | | | running of the pidl testsuite as part of the testsuite. (This used to be commit db237ad52f3a42c7b35753df99549ed6d540cec2)
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | libraries works again now, by specifying --enable-dso to configure. (This used to be commit 7a01235067a4800b07b8919a6a475954bfb0b04c)
* r19495: Stop linking binaries twice (once before installation, once during ↵Jelmer Vernooij2007-10-101-20/+0
| | | | | | | | build). Make TORTURE-TALLOC and TORTURE-REPLACE builtin again rather than separate binaries. (This used to be commit 8913d60c72a67b041b08d569c9bd048953106c85)
* r19449: ldbbrowse: installation hopefully works now. "Developer" installationsDerrell Lipman2007-10-101-3/+6
| | | | | | | | | | | | | ('configure.developer' or 'configure --enable-developer') may still have problems as I'm not sure I got all of the paths right for that. With the changes Tridge has made to the Main Menu in swat, given a non-developer installation, you should be able to get to ldbbrowse via: JSON/qooxdoo -> ldb browser Derrell (This used to be commit 2406af10791cd8545c598c8591a48de5515c7dc5)
* r19358: Use subunit tests from the right location (fromJelmer Vernooij2007-10-101-2/+2
| | | | | $src/bin/torture when developing, $LIBDIR/torture when installed) (This used to be commit 4ae6380e6bb48e27e9947e149b3d079b3e293cc0)
* r19343: Add support for external scripts/binaries that write results using theJelmer Vernooij2007-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 'subunit' protocol. This allows us to easily plug EJS scripts or binaries that can't depend on -ltorture into smbtorture. The protocol is very simple: - write "comments" to stderr Example output on stdout: test: foo success: foo test: bar success: bar test: blah failure: blah [ dummy.c:30: Expression 1 != 2 failed! ] test: blie skip: blie [ Iconv support not built in ] I've already converted the talloc testsuite. (This used to be commit e1742c14a247fabba969f8698108e73997d3f420)
* r18297: - remove leading ./Stefan Metzmacher2007-10-101-3/+3
| | | | | | | - add CFLAGS to the dynconfig-devel.o rule metze (This used to be commit d9401b1f41bde8fff556eeeac78eefb48551e2f2)
* r18282: dynconfig.o build rule needs cflags.pl tooAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit a805d8d1033e3b7dd01adac73ec428bcbd66f976)
* r14565: Fix shared library sonamesJelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 3e6b75d955cc49becf9145fbe4380c4e7e7f81f6)
* r14551: Include path (./) for some older makes.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit d033f13970cd4c8b4d22b813f058f4ac669cb04d)
* r14499: Remove dynconfig hack for now - it caused a recompile of theJelmer Vernooij2007-10-101-0/+33
asn1 compiler every time a .mk file changed, thus causing the recompilation of the files generated from ASN1. (This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)