summaryrefslogtreecommitdiffstats
path: root/source4/gtk/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* r15413: Disable gwsvcctl on hosts without gtkJelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 95cca6a881ea8ead80646eced9c0a917bffebf7b)
* r15312: Fix dependency on gtksamba when GTK+ is not presentJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 8f5e507ce3517bbbf06d3f9ec28d40b7158be1bc)
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-101-10/+10
| | | | | | Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM Add some more PUBLIC_HEADERS (This used to be commit 875eb8f4cc658e6aebab070029fd499a726ad520)
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-101-8/+0
| | | | | | - Use .mk files directly (no need for a SMB_*_MK() macro when adding a new SUBSYSTEM, MODULE or BINARY). This allows addition of new modules and subsystems without running configure - Add support for generating .dot files with the Samba4 dependency tree (as used by the graphviz and springgraph utilities) (This used to be commit 64826da834e26ee0488674e27a0eae36491ee179)
* r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell2007-10-101-0/+2
| | | | | | | | total include lines in compiling C files in Samba (the .gch file is now 5M instead of 12M) This also gets rid of the silly gtk compile warning for non-gtk code (This used to be commit 8ebd20cf551c8c1fad98ec723d91873fa202b85a)
* r3211: Add a graphical endpoint mapper view toolJelmer Vernooij2007-10-101-0/+3
| | | | (This used to be commit 71dfc27b8efb3057c4b7383feca0ba35ab5768a4)
* r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 285d1ea4b09d4fc325544ad1b98244cc1046759c)
* r2683: Fix a couple of compile warnings, depend on gtk+-2.4Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 4668384717eda878583477b8f455809056885120)
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-101-2/+1
| | | | | | | | | | | - Samba4-style code in lib/registry (struct registry_key instead of REG_KEY, etc) - Use hives (like Windows has drives) instead of one root key (like a Unix FS) - usability fixes in the GTK utilities (autodetect the username, enable/disable options, etc) - fix gwsam compile - several bugfixes in the registry rpc code - do charset conversion in nt4 registry backend (This used to be commit 2762ed3b9bf1d67dd54d63e02cddbfd71ea89892)
* r1480: gwsam has unresolved symbols in itStefan Metzmacher2007-10-101-1/+2
| | | | | | | | | (on my SuSE 9.1) so I disable it for now metze (This used to be commit 32d6f86d43394fea11ee5059c884dcaf2736747b)
* r1455: More Gtk+ updates:Jelmer Vernooij2007-10-101-0/+4
| | | | | | - Start working on 'gwsam' - Add GtkSelectDomainDialog and GtkSelectHostDialog (This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1)
* r1432: - Move the various Gtk-specific parts from the registry code into a ↵Jelmer Vernooij2007-10-101-0/+16
directory gtk/ - Move common "Samba-Gtk" code into gtk/common/ ("Connect to RPC pipe"-dialog, etc) - Add a new utility 'gwcrontab' that can currently list, delete and add 'atsvc' jobs. It still displays times and dates as integers though, will fix that later. Some screenshots available at: http://samba.org/~jelmer/gwcrontab/ (This used to be commit d321cf20f1f0ff33603b013c26d370669f255868)