aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2005-08-01The .spec file now refers to "ethereal.desktop". Link to it when weGerald Combs1-0/+2
create our RPMs. svn path=/trunk/; revision=15166
2005-08-01Update RPM builds.Gerald Combs1-0/+2
svn path=/trunk/; revision=15165
2005-07-16It's "plugins", not "Plugins".Guy Harris1-1/+1
svn path=/trunk/; revision=14934
2005-07-15Radius Dictionary SupportLuis Ontanon1-1/+131
Part 3: the makefiles svn path=/trunk/; revision=14926
2005-07-12Remove/replace SPACES at the beginning of Makefile.am/Makefile.commonJörg Mayer1-3/+3
files as not all make implementation work with this. Found by running grep '^ ' `find . -name "Makefile.am" -o -name "Makefile.common"` Gerald: Maybe adding this to the buildbot would be a good idea after all. svn path=/trunk/; revision=14904
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-16/+24
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
2005-06-18Remove a leftover dummy listJörg Mayer1-47/+0
svn path=/trunk/; revision=14687
2005-06-13Read .svn/entries directly instead of calling "svn info", as suggested byGerald Combs1-1/+1
Thomas Anders. This should make things more locale-independent and remove a dependency on "svn" being present. svn path=/trunk/; revision=14620
2005-06-09Change "colorfilter" to "colorfilters". Fix up whitespace.Gerald Combs1-6/+6
svn path=/trunk/; revision=14598
2005-06-09provide global default files for cfilters/colorfilters/dfiltersUlf Lamping1-3/+6
at least the colorfilters file needs some more "finetuning" NSIS (Win32): install these files into the Ethereal Program dir, but don't overwrite existing ones makefile.am: I've added the three files to EXTRA_DIST and pkgdata_DATA, which *seems* to be the right places svn path=/trunk/; revision=14595
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access ↵Ulf Lamping1-0/+2
to NDIS specific driver information, lower first part) svn path=/trunk/; revision=14406
2005-05-07add icons for the "File Set" menu itemsUlf Lamping1-0/+3
svn path=/trunk/; revision=14326
2005-05-02Get profinet compiling on Unix.Michael Tüxen1-0/+2
svn path=/trunk/; revision=14282
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping1-0/+2
svn path=/trunk/; revision=14116
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-0/+11
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
2005-04-15Add a missing backslash.Gerald Combs1-1/+1
svn path=/trunk/; revision=14095
2005-04-15Update to reflect recent toolbar changes.Gerald Combs1-10/+14
svn path=/trunk/; revision=14093
2005-04-12add clear toolbar icon (from GTK stock icons)Ulf Lamping1-0/+1
svn path=/trunk/; revision=14061
2005-03-12We don't have a TODO file any more; it's on the Wiki.Guy Harris1-1/+0
svn path=/trunk/; revision=13727
2005-03-04Remove AUTHORS-SHORT and AUTHORS-SHORT-FORMAT from the distribution.Gerald Combs1-2/+2
(They're automatically generated.) svn path=/trunk/; revision=13587
2005-02-25"docboook/Makefile.auto.in" is presumably generated fromGuy Harris1-1/+0
"docbook/Makefile.auto.am", so it shouldn't need to be included in EXTRA_DIST - and including it causes "make distcheck" to fail very early with make: *** No rule to make target `docbook/Makefile.auto.in', needed by `distdir'. Stop. svn path=/trunk/; revision=13514
2005-02-24Didier Gautheron: Fix out of tree compilationJörg Mayer1-1/+1
svn path=/trunk/; revision=13497
2005-02-24Preliminary cleanup of static plugin linkingJörg Mayer1-1/+3
svn path=/trunk/; revision=13496
2005-02-20Makefile.autoi.* isn't automagically added to tarball - add to EXTRA_DIST ↵Jörg Mayer1-0/+2
for now svn path=/trunk/; revision=13440
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-7/+17
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2005-02-10From Oleg Terletsky: AgentX support.Guy Harris1-0/+3
svn path=/trunk/; revision=13372
2005-01-28From Yoshihiro Oyama: include the names of all the IrDA plugin's .oGuy Harris1-0/+1
files in the ENABLE_STATIC plugin_ldadd list. (This one was missing from the previous checkin.) svn path=/trunk/; revision=13187
2005-01-28From Yoshihiro Oyama: include the names of all the IrDA plugin's .oGuy Harris1-0/+1
files in the ENABLE_STATIC plugin_ldadd list. svn path=/trunk/; revision=13186
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping1-13/+13
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris1-5/+14
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
2004-10-11From Olivier Jacques: add imscxdx.xml to the source tarball and NSISGuy Harris1-1/+2
packaging information. svn path=/trunk/; revision=12260
2004-09-11From Graeme Hewson: translate accented UTF-8 characters to Pod E<>Guy Harris1-1/+2
escapes so they turn into *roff escapes and HTML entities in the output, in case raw UTF-8 doesn't work. svn path=/trunk/; revision=11975
2004-08-22It looks like Debian, Fedora and Suse all use ethereal.desktop instead of ↵Jörg Mayer1-1/+1
Ethereal.desktop svn path=/trunk/; revision=11808
2004-08-12Add capinfo.rc.in and wiretap.rc.in to the distribution.Gerald Combs1-0/+2
svn path=/trunk/; revision=11729
2004-07-28From Ian Schorr: capinfo - provides capture file information.Olivier Biot1-5/+18
svn path=/trunk/; revision=11555
2004-07-21reverse part of jmayer's last patch to make tethereal build againRonnie Sahlberg1-0/+18
svn path=/trunk/; revision=11456
2004-07-21From Laurent Rabret: OPSI support.Guy Harris1-0/+3
svn path=/trunk/; revision=11454
2004-07-20make "make dist" work again. Well, almost: currently youJörg Mayer1-25/+1
need to run STCHECK_CONFIGURE_FLAGS=--with-ssl=/usr make distcheck at least on my system. svn path=/trunk/; revision=11442
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17From Graham Bloice: add resource information to libethereal.dll.Guy Harris1-0/+1
svn path=/trunk/; revision=11388
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-2/+2
definition to Subversion. "svn info" prints out the last changed date of the repository, so we don't have to go hunting through "CVS/Entries" files anymore. svn path=/trunk/; revision=11379
2004-06-29Some of the documentation files don't depend on [t]ethereal any more. RemoveGerald Combs1-5/+5
the dependencies, since it was messing up builds on systems without GTK. svn path=/trunk/; revision=11262
2004-06-25doxygen changes:Jörg Mayer1-2/+2
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. svn path=/trunk/; revision=11238
2004-06-23Build and install the HTMLized man pages on UN*X.Guy Harris1-2/+32
svn path=/trunk/; revision=11217
2004-06-22On Mac OS X, use Launch Services to start a Web browser with a given URL.Guy Harris1-2/+2
svn path=/trunk/; revision=11208
2004-06-18Add the kerberos linking options to the right magic variableJörg Mayer1-7/+7
svn path=/trunk/; revision=11178
2004-06-17Link the Kerberos into the main app, not libetherealJörg Mayer1-4/+4
svn path=/trunk/; revision=11164
2004-05-31split doxygen.cfg into common Ethereal things and module specificsUlf Lamping1-1/+2
svn path=/trunk/; revision=11044
2004-05-22Make "ethereal.1" depend on "AUTHORS-SHORT", so that "AUTHORS-SHORT"Guy Harris1-2/+2
(which is built in the top-level directory) is built before we try to build "ethereal.1" (which is built in the "doc" directory). svn path=/trunk/; revision=10966
2004-05-22Put "make-authors-short.pl" into the release tarball.Guy Harris1-3/+11
Use it to generate the "AUTHORS-SHORT" file, put that file into the release tarball, and install it in the data directory. Add "AUTHORS-SHORT" to the .cvsignore file. svn path=/trunk/; revision=10953