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 --- include/Makefile.am | 4 ++++ include/xine.h.tmpl.in | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 25558f55b..2ae9ff48a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,6 +16,10 @@ xine.h: xine.h.tmpl debug: + +install-debug: install + + mostlyclean-generic: -rm -f *~ \#* .*~ .\#* diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 0aa579b22..8d7413875 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.17 2001/05/22 13:26:06 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.18 2001/05/26 22:04:38 f1rmb Exp $ * */ @@ -50,6 +50,10 @@ #define XINE_SUB_VERSION @XINE_SUB@ /** @} end of versgroup */ +#define XINE_BUILD_CC "@XINE_BUILD_CC@" +#define XINE_BUILD_OS "@XINE_BUILD_OS@" +#define XINE_BUILD_DATE "@XINE_BUILD_DATE@" + #ifndef DOC_HIDDEN typedef void ao_functions_t; typedef void xine_t; -- cgit v1.2.3