wireshark/plugins/irda
João Valverde 265a41e14d autotools: Don't use "user variables" to set build flags
GNU coding standards recommend against it and automake is designed
around it.

This allows overriding the global build flags using AM_CFLAGS, etc.,
or per object flags, something that is difficult or impossible currently
because of automake precedence rules.

Change-Id: I3f1ea12e560af5a46b2f04b342b1882bbf123f12
Reviewed-on: https://code.wireshark.org/review/13455
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-28 18:13:48 +00:00
..
CMakeLists.txt Developers Guide updates for plugins with CMake 2015-11-24 06:04:57 +00:00
Makefile.am autotools: Don't use "user variables" to set build flags 2016-01-28 18:13:48 +00:00
Makefile.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.nmake Add '*.nativecodeanalysis.xml' to 'clean' targets 2015-01-02 01:45:16 +00:00
irda-appl.h Remove use of pinfo->private_data (which doesn't appear to be used anyway) and pass it as dissector data. 2014-11-23 05:13:52 +00:00
moduleinfo.h Add our license header to plugin moduleinfo.h files. Cleans up a batch of 2013-07-06 13:31:31 +00:00
moduleinfo.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
packet-ircomm.c new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +00:00
packet-irda.c Add the packet number to the packet_info structure, and use it. 2016-01-24 03:41:28 +00:00
packet-sir.c new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +00:00
plugin.rc.in Fix CMake generation and use of Windows .rc files 2015-01-11 20:22:32 +00:00