~vanvugt/+junk/mediatomb

« back to all changes in this revision

Viewing changes to tombupnp/build/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2008-03-02 13:09:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080302130916-zlljdze3kt7vuq4b
Tags: 0.11.0-1
* New upstream release.
* Include message about which inotify headers will be used when enabling
  inotify runtime support.
* Fixed error with use of INTERFACE in init script. Also removed use of -m
  option.
* Including new config.xml options.
* Added more build dependencies for new upstream release.
* Removed build dependency of libid3-dev, taglib is now preferred.
* mediatomb.xpm and manpage.xml is now included in orig tarball.
* inotify patch is not needed anymore.
* md5 patch has been committed upstream and is no longer needed. Also removed
  README.Debian.
* TwinHelix PNG fix is now used. Removed from TODO.
* Adding dependency of iceweasel for mediatomb package.
* Updated copyright file.
* Updated watch file.
* Updated rules file for proper configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
noinst_LIBRARIES=libtombupnp.a
4
4
include $(srcdir)/libtombupnp_src
5
 
AM_CFLAGS=\
 
5
libtombupnp_a_CFLAGS = \
6
6
          -I$(top_srcdir)/tombupnp/ixml/src/inc \
7
7
          -I$(top_srcdir)/tombupnp/ixml/inc \
8
8
          -I$(top_srcdir)/tombupnp/threadutil/inc \