diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-10-30 19:45:40 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-10-30 19:45:40 +0000 |
commit | 41671d662e0388916affa3c676162ba032f78aad (patch) | |
tree | e6ce2196b38fa2ce9a9d55d11b2fe70f2fa2addb /plugins/Makefile.am | |
parent | 51a5c82e9df62813d57a8fc84c5a38a721fc3415 (diff) | |
download | wireshark-41671d662e0388916affa3c676162ba032f78aad.tar.gz wireshark-41671d662e0388916affa3c676162ba032f78aad.tar.bz2 wireshark-41671d662e0388916affa3c676162ba032f78aad.zip |
From Marc Moussali:
Make it easier to add custom plugins.
svn path=/trunk/; revision=26627
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ea89c35b9c..c409925642 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -21,7 +21,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -SUBDIRS = \ +-include Custom.make +SUBDIRS = $(_CUSTOM_SUBDIRS_) \ agentx \ artnet \ asn1 \ |