aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-03-181.9.1 → 1.9.2.Gerald Combs1-1/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-21/+4
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey1-1/+1
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-3/+2
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-4/+4
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris1-6/+10
2013-02-04More silent build support.Gerald Combs1-5/+0
2013-02-04Prettify more build output.Gerald Combs1-1/+6
2013-02-01Add $(AM_V_GEN) in a few more places.Gerald Combs1-2/+2
2013-02-01Enable more build silence.Gerald Combs1-1/+1
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs1-1/+1
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs1-1/+3
2013-01-30Fix a couple of dependencies.Gerald Combs1-3/+3
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2012-10-24Basic skeleton for wmem.Evan Huus1-3/+5
2012-09-08Make register_all_wiretap_modules() and register_all_codecs() static;Guy Harris1-1/+1
2012-09-07Include wspython if we *do* have libpy, not if we *don't*.Guy Harris1-1/+1
2012-09-07Revert 44804 as it fails on most OSX and Windows buildbotsAnders Broman1-1/+1
2012-09-07From pi-rho via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403 :Jeff Morriss1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-14/+22
2012-06-04There doesn't appear to be a way to convey the message "This library isGerald Combs1-1/+1
2012-04-061.7.1 → 1.7.2.Gerald Combs1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris1-8/+8
2012-02-28reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris1-1/+1
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+6
2011-10-16From Eliot:Anders Broman1-0/+8
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-3/+3
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-3/+3
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-3/+3
2011-07-03Fix one more undefined reference to `EBCDIC_to_ASCII'Jakub Zawadzki1-1/+1
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...Jakub Zawadzki1-1/+1
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-1/+1
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
2011-06-06From Michael Mann:Anders Broman1-8/+1
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
2011-06-04Dump ABI using all header files related to libwiresharkBalint Reczey1-1/+6
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
2011-05-13Make it work when we have pluginsJeff Morriss1-3/+1
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.Jeff Morriss1-0/+10
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build direct...Jeff Morriss1-3/+3
2010-12-09revert commit 35160 (filter out wlua_plugin_list from libwireshark.sym when c...Balint Reczey1-6/+0
2010-12-08filter out wlua_plugin_list from libwireshark.sym when compiling without LuaBalint Reczey1-0/+6
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-2/+4
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss1-0/+3
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-3/+0
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1