http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47502
User: guy
Date: 2013/02/05 01:10 PM
Log:
 Put NODIST_ at the beginning of macros containing NODIST, paralleling
 the nodist_ convention for Automake variables.
 
 Regularize the lists of source files, dividing them according to several
 attributes.  Build composite lists in a plugins/Makefile.common.inc
 file, to be included by plugin Makefile.common files, and use the
 composite lists as appropriate in Makefile.am and Makefile.nmake.
Directory: /trunk/plugins/mate/
  Changes    Path               Action
  +17 -17    Makefile.am        Modified
  +35 -12    Makefile.common    Modified
  +35 -22    Makefile.nmake     Modified
Directory: /trunk/plugins/
  Changes    Path                   Action
  +1 -0      Makefile.am            Modified
  +115 -0    Makefile.common.inc    Added