diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-16 21:49:59 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-16 21:49:59 +0000 |
commit | 3684eb1cfcef4eb8fda92373d51527d5e19268cb (patch) | |
tree | 27e9cde32f8e38da2e56f0e7e865a1afd8e5452f | |
parent | 1740a04b7a7587aeb83116582696261470bbe5a8 (diff) | |
download | xine-lib-3684eb1cfcef4eb8fda92373d51527d5e19268cb.tar.gz xine-lib-3684eb1cfcef4eb8fda92373d51527d5e19268cb.tar.bz2 |
Add missing file inclusion.
CVS patchset: 2081
CVS date: 2002/06/16 21:49:59
-rw-r--r-- | src/xine-utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 8368b0b1a..349785be7 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -4,6 +4,8 @@ lib_LTLIBRARIES = libxineutils.la +EXTRA_DIST = ppc_asm.tmpl + if PPC_ARCH pppc_files = ppcasm_string.S endif |