summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
AgeCommit message (Collapse)AuthorFilesLines
2009-09-21CMake:Jörg Mayer1-8/+11
- Add opcua to the list of plugins to build - Link the gtk stuff statically into wireshark - Beginnings of "make install" - Change a few things about install paths svn path=/trunk/; revision=30029
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-0/+6
name libasn1.so instead of asn1.so svn path=/trunk/; revision=29919
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer1-3/+15
actually work. svn path=/trunk/; revision=29870
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-0/+9
svn path=/trunk/; revision=29819
2009-09-01Define some windows specific header filesKovarththanan Rajaratnam1-0/+9
svn path=/trunk/; revision=29660
2009-09-01Check for mkdtemp()Kovarththanan Rajaratnam1-0/+3
svn path=/trunk/; revision=29659
2009-08-31Add check for HAVE_MKSTEMP to make build work again onJörg Mayer1-0/+3
platforms that know about mkstemp(). svn path=/trunk/; revision=29645
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam1-15/+0
svn path=/trunk/; revision=29639
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-0/+6
an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss1-6/+0
replacements. svn path=/trunk/; revision=25765
2007-10-28Bug 1227 : From Frederic Heem:Sake Blok1-0/+3
* modify CMakeInstallDirs.cmake according to cmake developper wishes * FindDBUSGLIB.cmake fixes * Add HAVE_CHOWN * remove DBus from CMakeLists.txt. * DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided svn path=/trunk/; revision=23300
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-6/+0
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-92/+98
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-06cmake/Jörg Mayer1-0/+309
Add some more (hackish) tests. Add a LICENSE file until I find the time to add it to all files individually. CMakeLists.txt Add some addiotional stuff regarding options. Add (non-working) code to generate config.h Handle GTK1 vs GTK2 and GLIB1 vs GLIB2 svn path=/trunk/; revision=19168