Wireshark-commits: [Wireshark-commits] rev 25930: /trunk/ /trunk/: Makefile.am

Date: Tue, 05 Aug 2008 14:51:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25930

User: morriss
Date: 2008/08/05 07:51 AM

Log:
 There's no need to have _DEPENDENCIES variables (which have only a very limited
 subset of the real dependencies as specified in the _LDADD variables) for
 Wireshark, tshark, and the rest of the programs: by specifying the
 _DEPENDENCIES variable we just prevent automake from doing its job and
 automatically figuring out the dependencies for us.
 
 This should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2765

Directory: /trunk/
  Changes    Path           Action
  +28 -21    Makefile.am    Modified