~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to tombupnp/build/gen_libtombupnp_src.sh

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2008-02-02 01:42:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080202014248-cjouolddb8gi2zkz
Tags: upstream-0.10.0.dfsg1
ImportĀ upstreamĀ versionĀ 0.10.0.dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
echo 'libtombupnp_a_SOURCES = \'
 
2
 
 
3
find ../ | egrep '\.(c|h)$' | egrep -v 'win_dll\.c' | sed 's/$/ \\/' | sort 
 
4
 
 
5
echo "dummy.h"
 
6