diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-06-02 06:53:30 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-06-02 06:53:30 +0000 |
commit | 299ac5e8bce38e3c9d0fb0e442140774ea00ecaa (patch) | |
tree | 1a19cd6af0febed353244720467a7637bcf708d9 /plugins/rtnet | |
parent | a555f3c6a4e049d9ab844f54d8c953b10f91cedb (diff) | |
download | wireshark-299ac5e8bce38e3c9d0fb0e442140774ea00ecaa.tar.gz wireshark-299ac5e8bce38e3c9d0fb0e442140774ea00ecaa.tar.bz2 wireshark-299ac5e8bce38e3c9d0fb0e442140774ea00ecaa.zip |
remove plugin.c in distlclean
svn path=/trunk/; revision=18312
Diffstat (limited to 'plugins/rtnet')
-rw-r--r-- | plugins/rtnet/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/rtnet/Makefile.am b/plugins/rtnet/Makefile.am index d849b18ffc..a66e335fce 100644 --- a/plugins/rtnet/Makefile.am +++ b/plugins/rtnet/Makefile.am @@ -110,7 +110,8 @@ CLEANFILES = \ *~ MAINTAINERCLEANFILES = \ - Makefile.in + Makefile.in \ + plugin.c EXTRA_DIST = \ Makefile.common \ |