diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-10 21:07:55 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-10 21:07:55 +0000 |
commit | 4cc9fd313df701f722a81ad4bb551155415ce5cc (patch) | |
tree | cafd04a6191675accbc2d168192eee7169a6056b /src/input/Makefile.am | |
parent | 9125c00c6d1242b911cbf68cdd25114cd9972c8f (diff) | |
download | xine-lib-4cc9fd313df701f722a81ad4bb551155415ce5cc.tar.gz xine-lib-4cc9fd313df701f722a81ad4bb551155415ce5cc.tar.bz2 |
Fixed get_dir in input plugins. Fixed a strange header inclusion bug
in libw32dll/wine.
CVS patchset: 264
CVS date: 2001/07/10 21:07:55
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 107e9066e..02ff88580 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -64,7 +64,7 @@ uninstall-includeHEADERS: debug: - $(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -g -DXINE_COMPILE" + @$(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -g -DXINE_COMPILE" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |