]> git.tuebingen.mpg.de Git - paraslash.git/commit
Makefile.in: Remove special treatment of ortp_send/ortp_recv
authorAndre <maan@p133.(none)>
Wed, 19 Apr 2006 21:59:08 +0000 (23:59 +0200)
committerAndre <maan@p133.(none)>
Wed, 19 Apr 2006 21:59:08 +0000 (23:59 +0200)
commit89cde2c587229f04d779e3a387c4a801261d87f0
tree65cdf1bda205eef15503606cb329e7520658def5
parentb517a66f86d3d4d27bbe48d790e46126b08c1c82
Makefile.in: Remove special treatment of ortp_send/ortp_recv

they no longer depend on glib, so use the generic rule for building
object files. This made gcc spit out some trivial warnings about
unused variables which are also fixed in this patch.
Makefile.in
ortp_send.c