| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Note that you have to modify plugins/Makefile.nmake.
Fix "plugin/" to "plugins/".
Update the sample Makefile.am and Makefile.nmake to match the current
state of affairs.
svn path=/trunk/; revision=8899
|
|
|
|
| |
svn path=/trunk/; revision=7003
|
|
|
|
|
|
|
| |
Combine the two entries for Anand Narwani in the AUTHORS file and the
Ethereal man page list of contributors.
svn path=/trunk/; revision=5893
|
|
|
|
|
|
|
|
|
|
|
| |
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns
about it, and it's not necessary.
Expand the plugin directory path used for installation at
installation time, rather than configuration time, so the user
can reset "prefix" at installation time.
svn path=/trunk/; revision=5828
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"epan/..." pathnames, so as to avoid collisions with header files in any
of the directories in which we look (e.g., "proto.h", as some other
package has its own "proto.h" file which it installs in the top-level
include directory).
Don't add "-I" flags to search "epan", as that's no longer necessary
(and we want includes of "epan" headers to fail if the "epan/" is left
out, so that we don't re-introduce includes lacking "epan/").
svn path=/trunk/; revision=4586
|
|
|
|
| |
svn path=/trunk/; revision=4199
|
|
|
|
|
|
| |
Makefile.am. Updated doc/README.plugins to reflect the change.
svn path=/trunk/; revision=3741
|
|
|
|
| |
svn path=/trunk/; revision=3676
|
|
it. Removed most of the Plugins section from README.developers
svn path=/trunk/; revision=3675
|