diff options
author | Jörg Mayer <jmayer@loplof.de> | 2005-07-10 08:04:27 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2005-07-10 08:04:27 +0000 |
commit | 5b442f22791e5a2afcfeeff62d5dc409ae6248f5 (patch) | |
tree | 1afde7e0fe277ae06782ac3953569f6f16b2b4fc /plugins/agentx | |
parent | 85f38ef5fa8580ecaab29c102bcb6ccf792bc504 (diff) | |
download | wireshark-5b442f22791e5a2afcfeeff62d5dc409ae6248f5.tar.gz wireshark-5b442f22791e5a2afcfeeff62d5dc409ae6248f5.tar.bz2 wireshark-5b442f22791e5a2afcfeeff62d5dc409ae6248f5.zip |
After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
returned quite a list of files. Add them to MAINTAINERCLEANFILES.
Whitespace changes (replace multiple spaces by TABs, in a few cases this
needed to be done at the beginning of Makefile lines.
svn path=/trunk/; revision=14891
Diffstat (limited to 'plugins/agentx')
-rw-r--r-- | plugins/agentx/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/agentx/Makefile.am b/plugins/agentx/Makefile.am index fe4b1f2e3a..a9f37009a0 100644 --- a/plugins/agentx/Makefile.am +++ b/plugins/agentx/Makefile.am @@ -40,5 +40,8 @@ CLEANFILES = \ agentx \ *~ +MAINTAINERCLEANFILES = \ + Makefile.in + EXTRA_DIST = \ Makefile.nmake |