aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
svn path=/trunk/; revision=47338
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
svn path=/trunk/; revision=47329
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
------------------------------------------------------------------------ r43165 | gerald | 2012-06-08 14:23:25 -0700 (Fri, 08 Jun 2012) | 4 lines Changed paths: M /trunk-1.6/epan/Makefile.am M /trunk-1.6/wiretap/Makefile.am M /trunk-1.6/wsutil/Makefile.am Use separate commands in the dumpabi recipes instead a big huge long chain. If abi-compliance-checker fails print the contents of its log file. ------------------------------------------------------------------------ r43168 | gerald | 2012-06-08 15:43:50 -0700 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk-1.6/epan/Makefile.am M /trunk-1.6/wiretap/Makefile.am M /trunk-1.6/wsutil/Makefile.am Make sure ln happens in the right directory. ------------------------------------------------------------------------ We don't currently have a usable tag for "git describe --tags --abbrev=0" to latch onto so just use the first 1.9 commit. svn path=/trunk/; revision=43170
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943
2012-04-04Update to a version which have getopt_long().Anders Broman1-1/+2
svn path=/trunk/; revision=41926
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-1/+2
svn path=/trunk/; revision=40626
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+1
svn path=/trunk/; revision=40595
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-8/+0
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
svn path=/trunk/; revision=37582
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
svn path=/trunk/; revision=37540
2011-05-31Fixing wrong library names in r37474Balint Reczey1-2/+2
svn path=/trunk/; revision=37475
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
We can use the dumped ABI description for comparing ABI changes between revisions. svn path=/trunk/; revision=37474
2011-05-25Filter out arg_list_utf_16to8.Gerald Combs1-1/+1
svn path=/trunk/; revision=37396
2010-12-16Update filter for Windows-only symbols.Balint Reczey1-1/+1
svn path=/trunk/; revision=35203
2010-12-16Export only defined symbols from libwsutil.Balint Reczey1-13/+58
Exported symbols are the symbols listed in libwsutil.def, but the symbols defined in not used optional objects are filtered out. svn path=/trunk/; revision=35202
2010-12-07Revert rev 35145 for wsutil: go back to exporting all symbols. libwsutil's ↵Jeff Morriss1-6/+2
list of exported symbols includes our optional targets and trying to export symbols that don't (always) exist upsets some linkers. Anyway, the list of global symbols in libwsutil is (so far) quite short. svn path=/trunk/; revision=35147
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-2/+6
svn path=/trunk/; revision=35145
2010-11-25Add libtool version info to libwsutil.Balint Reczey1-0/+1
From Eloy Paris <peloy@debian.org> http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/branches/wireshark-1.4.x%2Blibseparation/debian/patches/25_libwsutil-version.patch svn path=/trunk/; revision=35030
2010-05-29Put the optional objects in EXTRA..SOURCES instead of EXTRA_DIST.Jeff Morriss1-17/+21
Put the optional objects in a _DEPENDENCIES rule so they actually get built when needed. Use libtool to make these objects. Remove AC variables that are no longer needed. svn path=/trunk/; revision=33017
2010-05-29Make inet_aton an optional object on *NIX againJeff Morriss1-2/+6
svn path=/trunk/; revision=33016
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-4/+26
svn path=/trunk/; revision=33012
2008-08-13Added libwsutil.def to EXTRA_DISTStig Bjørlykke1-0/+1
svn path=/trunk/; revision=25999
2008-07-11unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkJeff Morriss1-2/+4
to cause it to fail when built on UN*X. svn path=/trunk/; revision=25704
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+4
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-05-23file_util.c is only for Windows; don't build it on UN*X. Put in a checkGuy Harris1-2/+4
to cause it to fail when built on UN*X, and get rid of code that's not needed on Windows. svn path=/trunk/; revision=25362
2008-05-23Add a Makefile.common file, and have Makefile.am and Makefile.nmake use it.Guy Harris1-5/+8
svn path=/trunk/; revision=25360
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-8/+11
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-0/+46
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330