diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-07-01 23:02:05 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-07-01 23:02:05 +0000 |
commit | 2aba2456be6e9d7c4adaa0aaa7b0b7aba48cd3a0 (patch) | |
tree | c5b4d6b35cd00ccb52d5eb06d0fbba2780833aeb /src/xine-engine | |
parent | e0768bd727a14d9219de4f2445e9db404ceade95 (diff) | |
download | xine-lib-2aba2456be6e9d7c4adaa0aaa7b0b7aba48cd3a0.tar.gz xine-lib-2aba2456be6e9d7c4adaa0aaa7b0b7aba48cd3a0.tar.bz2 |
Link libxineutils to thread lib (xine-mutex introduced that). Thanks to
Vaclav Slavik <vaclav.slavik@matfyz.cz> for the notice and a patch.
Add thread cflags in debug CFLAGS (xine-engine).
CVS patchset: 2194
CVS date: 2002/07/01 23:02:05
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 8093aaa74..0180cc3d6 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -31,7 +31,7 @@ noinst_HEADERS = bswap.h nvtvd.h @INCLUDED_INTL_TRUE@ @cd $(top_builddir)/intl && $(MAKE) libintl.la debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_SKINPATH@/xine_logo.mpv\\\"" + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(THREAD_CFLAGS) $(X_CFLAGS) -DXINE_LOGO_FILE=\\\"file://@XINE_SKINPATH@/xine_logo.mpv\\\"" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |