From 62386077f664574c0c2193bf0a9b408c1d55ee1a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 26 May 2001 22:04:38 +0000 Subject: Add install-debug rules. This fix the "make install" problem with debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38 --- src/input/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/Makefile.am b/src/input/Makefile.am index dae4648bd..107e9066e 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -64,7 +64,10 @@ uninstall-includeHEADERS: debug: - $(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -g" + $(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -g -DXINE_COMPILE" + +install-debug: debug + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -- cgit v1.2.3