ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 38824: /trunk/gtk/ /trunk/gtk/: Make

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Wed, 31 Aug 2011 12:53:15 -0400
On 8/31/2011 12:34 PM, wmeier@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38824

User: wmeier
Date: 2011/08/31 09:34 AM

Log:
  Fix build (automake) error: WIRESHARK_CUSTOM_HEADERS is ng but WIRESHARK_CUSTOM_HDRS is OK ??


I've never particularly grokked automake & friends) ...  :)


From the automake "Uniform Naming Scheme" section of the gnu automake doc: [1]

...
<stuff about how "primary" names affect what is being built>
...
The current primary names are �PROGRAMS�, �LIBRARIES�, �LISP�, �PYTHON�, �JAVA�, �SCRIPTS�, �DATA�, �HEADERS�, �MANS�, and �TEXINFOS�.
...



[1]http://www.gnu.org/s/hello/manual/automake/Uniform.html