diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 11:03:39 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-20 11:03:39 +0000 |
commit | 64b49df80b2e5909adf9eb1e5167cb5c6b46c93b (patch) | |
tree | de78c36132c5c8a69c4f6a039130177eb2aadb04 /ext | |
parent | b6225bc4e76a04399e34787b8539a15c7c66c530 (diff) |
ext/dirac/Makefile.am: Also include stdlib here.
Original commit message from CVS:
* ext/dirac/Makefile.am:
Also include stdlib here.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dirac/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dirac/Makefile.am b/ext/dirac/Makefile.am index 0b0474930..1a73fb57d 100644 --- a/ext/dirac/Makefile.am +++ b/ext/dirac/Makefile.am @@ -5,7 +5,7 @@ libgstdirac_la_SOURCES = \ gstdiracdec.cc libgstdirac_la_CXXFLAGS = $(GST_CFLAGS) $(DIRAC_CFLAGS) -libgstdirac_la_LIBADD = $(DIRAC_LIBS) -lz -lm +libgstdirac_la_LIBADD = $(DIRAC_LIBS) -lz $(LIBM) libgstdirac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ |