diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-26 22:04:38 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-26 22:04:38 +0000 |
commit | 62386077f664574c0c2193bf0a9b408c1d55ee1a (patch) | |
tree | 97ccb0cbda938b355b518d0dd9165f15e7295752 /include | |
parent | ee9a80c0788cf255d603b7cfffd65052f563b744 (diff) | |
download | xine-lib-62386077f664574c0c2193bf0a9b408c1d55ee1a.tar.gz xine-lib-62386077f664574c0c2193bf0a9b408c1d55ee1a.tar.bz2 |
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
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; |