diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-09-27 01:42:42 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-09-27 01:42:42 +0000 |
commit | 0a68db8edb1ce96b9a078906efc901fba28b6984 (patch) | |
tree | 987152cac2d5f8e0fdb34c2deb5ef10440e16da3 /src | |
parent | b49089c65f7cfa2293cb432606d0ac13cb9353f3 (diff) | |
download | xine-lib-0a68db8edb1ce96b9a078906efc901fba28b6984.tar.gz xine-lib-0a68db8edb1ce96b9a078906efc901fba28b6984.tar.bz2 |
Fixed aalib checks. xine-config will contain thread cflags. Update install
docs files.
CVS patchset: 699
CVS date: 2001/09/27 01:42:42
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 3ca8ce806..8666a6cef 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -2,7 +2,8 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @GLOBAL_CFLAGS@ +CFLAGS = @GLOBAL_CFLAGS@ @THREAD_CFLAGS@ + EXTRA_DIST = cpu_accel.c |