diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 4 | ||||
-rw-r--r-- | include/xine.h.tmpl.in | 6 |
2 files changed, 9 insertions, 1 deletions
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; |