summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen documentation cleanups:Lennart Poettering2007-05-091-3/+2
| | | | | | | | | * Hide a few irrelevant header files and definitions from doxygen to make the docs shorter * Update some texts * Put functions into categories git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1477 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add a makefile rule for zssh.exe, and add a .pc file for avahi-ui-sharpJames Willcox2007-04-191-3/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1445 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* build doxygen docs for avahi-uiLennart Poettering2007-04-171-0/+7
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1430 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix pkg-config file generation for avahi-uiLennart Poettering2007-02-071-3/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1393 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* ship avahi-ui.pc.inLennart Poettering2007-02-071-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1392 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Commit first version of avahi-ui and zsshLennart Poettering2007-02-071-1/+20
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1388 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add initial version of a RFC3927/IPv4LL implementationLennart Poettering2006-08-301-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1286 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update "homepage" target to install the tarball on the web siteLennart Poettering2006-08-251-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1282 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* build docs for avahi-core only if --enable-core-docs was passed to ↵Lennart Poettering2006-08-211-13/+33
| | | | | | configure. Build GLIb docs only when glib is enabled, same for qt3/qt4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1253 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * adds pkgconfig fixes for x86_64 (because pkgconfig files should be ↵Sebastien Estienne2006-01-201-0/+7
| | | | | | | | | written in $libdir, not $prefix/lib). * This patch is from Oden Eriksson <oeriksson@mandriva.com> git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1091 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix homepage targetLennart Poettering2006-01-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1081 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* change location of docsLennart Poettering2006-01-151-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1077 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add new AvahiThreadedPoll event loop implementation which runs a main loop ↵Lennart Poettering2006-01-141-0/+1
| | | | | | in a helper thread git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1074 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Include some new files from docs/ into the tarballs (incl API-CHANGES-0.6)Trent Lloyd2005-11-231-0/+3
| | | | | | | * Update my personal flags git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1023 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * doesn't compile mono and python-avahi when dbus is not availableSebastien Estienne2005-11-191-15/+13
| | | | | | | * clean the summary of configure a little git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1013 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* build pkg-config for compat layers only when the compat layers are enabledLennart Poettering2005-11-191-5/+23
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1012 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* move python tools from avahi-utils to avahi-pythonLennart Poettering2005-11-151-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@969 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Compile tests only when --enable-tests was specified on the configure ↵Lennart Poettering2005-10-191-1/+1
| | | | | | | | | | | | | command line * Build compat layers only when --enable-compat-{howl,libdns_sd} was passed to configure * drop avahi_strlcpy() to reduce our code/API size * replace getifname() with if_indextoname in avahi-dnsconfd * declare environ if needed in avahi-dnsconfd * drop some useless definitions like AVAHI_PUBLISH_NULL = 0 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@819 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * do no longer include timeval.h in watch.h by defaultLennart Poettering2005-10-171-1/+0
| | | | | | | | | * fix some include lines from "" to <> * drop dbus.h from doxygen, users of our libraries shouldn't care * other cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@801 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* drop some files from doxygenLennart Poettering2005-10-171-4/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@799 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * split client.h into client.h, lookup.h and publish.h just like we did on ↵Lennart Poettering2005-10-171-0/+2
| | | | | | | | | | | | the server side * Wrap avahi_server_update_txt() as DBUS function UpdateServiceTxt * Add client side API avahi_entry_group_update_service_txt() and friends * handle AVAHI_PUBLISH_UPDATE semantics in DBUS protocol * minor cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@791 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Include avahi-compat-howl/samples/Makefile.amTrent Lloyd2005-10-151-1/+1
| | | | | | | * 'Fix' avahi-howl-compat.pc to export the howl compatible version rather than avahi's version git-svn-id: file:///home/lennart/svn/public/avahi/trunk@778 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Some distcheck love.Trent Lloyd2005-10-151-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@775 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Remove the right compat .pc files in cleanTrent Lloyd2005-10-151-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@774 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add pkg-config file for compat-howlLennart Poettering2005-10-151-7/+11
| | | | | | | * fix pkg-config file generation for compat-libdns_sd git-svn-id: file:///home/lennart/svn/public/avahi/trunk@773 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * integrate avahi-compat-howl into build systemLennart Poettering2005-10-121-1/+2
| | | | | | | | * compat-libdns_sd: warn to syslog in addition to STDERR * compat-howl: make use of compat-libdns_sd warning functions git-svn-id: file:///home/lennart/svn/public/avahi/trunk@750 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* final renameLennart Poettering2005-10-041-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@698 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* rename compat-bonjour to compat-libdns_sd part IILennart Poettering2005-10-041-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@696 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add pkgconfig file for bonjour compat layerLennart Poettering2005-10-021-1/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@674 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add pthreads autoconf scriptsLennart Poettering2005-10-021-1/+2
| | | | | | | * add bonjour compatiblity layer (only browsing, resolving for now. the complicated stuff is done, missing parts will follow soon) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@672 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* s/--disable-mono-docs/--disable-monodoc/Lennart Poettering2005-09-291-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@665 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add rlist.h and llist.h to doxygen docsLennart Poettering2005-09-251-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@616 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update doxygen sourcesLennart Poettering2005-09-251-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@614 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Actually include the DISTCHECk flagTrent Lloyd2005-09-141-0/+3
| | | | | | | | * Remove GTK from AvahiTest.cs * Add AvahiTest.cs to EXTRA_DIST git-svn-id: file:///home/lennart/svn/public/avahi/trunk@585 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* move avahi-sharp.pc to the root directoryJames Willcox2005-09-091-1/+14
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@546 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* integrate mono bindings into the buildJames Willcox2005-09-091-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@540 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Make a few small build fixes to the QT stuff so make distcheck passes.Trent Lloyd2005-08-301-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@511 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add pkg-config files for avahi-qtLennart Poettering2005-08-301-1/+27
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@499 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Include qt mainloop adapter in build system. Moc finding code is cracktastic ↵Jakub Stachowski2005-08-291-0/+1
| | | | | | | | | | thanks to not providing its location in .pc file and debian that renames it to moc-qt3 and moc-qt4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@495 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Split bootstrap.sh into autogen.sh which configures with no extra flagsTrent Lloyd2005-08-291-0/+1
| | | | | | | | * bootstrap.sh now calls autogen.sh with the extra CFLAGS and options This is to help support building avahi with jhbuild for targetting GNOME git-svn-id: file:///home/lennart/svn/public/avahi/trunk@491 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add docs/NEWS file to Makefile.amTrent Lloyd2005-08-281-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@479 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* integrate the service type database into the build systemLennart Poettering2005-08-271-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@454 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Build man pages before homepage uploadLennart Poettering2005-08-211-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@377 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* regenerate doxygen when a header or an example file is modifiedSebastien Estienne2005-08-211-0/+25
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@376 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* ship avahi-poll.diaLennart Poettering2005-08-201-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@372 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* rename libdbus-watch-glue to libdbus-commonLennart Poettering2005-08-191-0/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@355 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * make "distcheck" pass (Patch from Ross Burton)Lennart Poettering2005-08-191-0/+6
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@351 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* don't install .pc files unconditionallyLennart Poettering2005-08-151-4/+12
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@343 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add pkg-config files for avahi-glib/avahi-clientLennart Poettering2005-08-151-2/+21
| | | | | | | | * Generate .pc files with sed * use libtool for building libdbus-watch-glue git-svn-id: file:///home/lennart/svn/public/avahi/trunk@335 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add C++ testLennart Poettering2005-08-141-1/+2
| | | | | | | * add more autoconf checks git-svn-id: file:///home/lennart/svn/public/avahi/trunk@313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe