diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-07-03 16:56:44 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-07-03 16:56:44 +0100 |
commit | b70e34352e304cf03da32b688d84eec3c3ffacec (patch) | |
tree | 711ec8d7abc0dd6075d09085634e5a5432e40ee3 /src/xine-utils | |
parent | 08ad733e0103834bc61831ddce5a75c3f62e0173 (diff) | |
parent | 2b0e330c2642081066316ca5ec9965912cd248de (diff) | |
download | xine-lib-b70e34352e304cf03da32b688d84eec3c3ffacec.tar.gz xine-lib-b70e34352e304cf03da32b688d84eec3c3ffacec.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'src/xine-utils')
-rw-r--r-- | src/xine-utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 9dd7f64d6..2088d0cae 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(X_CFLAGS) $(VISIBILITY_FLAG) -AM_CPPFLAGS = -DXINE_LIBRARY_COMPILE +AM_CPPFLAGS = $(PTHREAD_CFLAGS) -DXINE_LIBRARY_COMPILE EXTRA_DIST = ppcasm_string.S ppc_asm.tmpl |