Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 38937: / /trunk/epan/: CMakeLists.tx

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Thu, 08 Sep 2011 08:36:36 -0700
On 9/8/11 3:00 AM, Stig Bjørlykke wrote:
> I did not intend to commit changes in services.
> 
> Do we need to execute make-services.pl during a regular build?

Makefile.am rebuilds the services file any time make-services.pl is updated:

services: tools/make-services.pl
        $(PERL) $(srcdir)/tools/make-services.pl

It probably wouldn't hurt to remove the dependency on make-services.pl.