diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-30 15:04:46 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-10-30 15:04:46 +0000 |
commit | 4afb5b7cc665c984e6c979614ea1cf7065780bfe (patch) | |
tree | d8c944d90aa482e9418caa96406f51789d1f2cdf /src/xine-engine | |
parent | 8595ac3d9b110a5c0fe46ccaaddc620d4c8681a1 (diff) | |
download | xine-lib-4afb5b7cc665c984e6c979614ea1cf7065780bfe.tar.gz xine-lib-4afb5b7cc665c984e6c979614ea1cf7065780bfe.tar.bz2 |
better check for posix timers
CVS patchset: 7092
CVS date: 2004/10/30 15:04:46
Diffstat (limited to 'src/xine-engine')
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index d207c3e3e..ede3216a7 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -35,7 +35,7 @@ libxine_la_DEPENDENCIES = @INTLLIBS@ $(XINEUTILS_LIB) $(zlib_dep) \ $(dirent_lib) $(pthread_dep) $(LIBXINEPOSIX) libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS) \ -lm $(XINEUTILS_LIB) $(LIBICONV) $(FT2_LIBS) \ - $(dirent_lib) $(LIBXINEPOSIX) + $(dirent_lib) $(LIBXINEPOSIX) $(RT_LIBS) libxine_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(def_ldflags) |