Yes, of course. You are right. My apologies. I had originally started
tweaking Makefiles when trying to add my own dissectors, because I
thought that by trying to mimic the information that other dissectors
had in those files that things might work. But then I realized that all
you really needed to do was to re-run autogen.sh. Anyway, I still had
some old .in files lying around so I forgot that I didn't actually need
them. Anyway, glad to see that the problem's been resolved. Also,
sorry for the late reply; I was out sick yesterday.
- Chris
-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Guy Harris
Sent: Tuesday, January 25, 2005 1:50 AM
To: Ethereal development
Subject: Re: [Ethereal-dev] New Dissector: Dumb Question
Maynard, Chris wrote:
> Judging by your prompts below, it seems you are building on a Unix
> system, not a Windows system. If that's the case, then you probably
> also need to modify epan/dissectors/Makefile.in. After that, you'll
> likely need to re-run autogen.sh, then configure & make again.
If you re-run autogen.sh, you will overwrite all the work done to
epan/dissectors/Makefile.in...
....with the results of changes made to epan/dissectors/Makefile.common.
autogen.sh causes automake to be run to generate Makefile.in files.
I.e., if you have enough tools to be able to run autogen.sh (this
includes autoconf, automake, and libtool), you *don't* need to modify
any Makefile.in files - those are generated from Makefile.am and
Makefile.common files.
And if you don't have enough tools to be able to run autogen.sh, you
might not be able to add new dissectors.
-----------------------------------------
This email may contain confidential and privileged material for the sole
use of the intended recipient(s). Any review, use, retention, distribution
or disclosure by others is strictly prohibited. If you are not the intended
recipient (or authorized to receive for the recipient), please contact the
sender by reply email and delete all copies of this message. Also, email is
susceptible to data corruption, interception, tampering, unauthorized
amendment and viruses. We only send and receive emails on the basis that we
are not liable for any such corruption, interception, tampering, amendment
or viruses or any consequence thereof.