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 /src/libac3 | |
| 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 'src/libac3')
| -rw-r--r-- | src/libac3/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libac3/Makefile.am b/src/libac3/Makefile.am index 0e1d6d37a..523e368aa 100644 --- a/src/libac3/Makefile.am +++ b/src/libac3/Makefile.am @@ -43,6 +43,9 @@ uninstall-includeHEADERS: debug: $(MAKE) CFLAGS="$(DEBUG_CFLAGS)" +install-debug: debug + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + mostlyclean-generic: -rm -f *~ \#* .*~ .\#* |
