diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-10 20:16:03 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-03-11 16:05:07 -0700 |
commit | 490cb578aef761e3fdd0a559bec36cdab96e6b2a (patch) | |
tree | fa8b43c45c28ef656c1a9b4959dccd25afa6f1d3 /src | |
parent | af97292c9df4e5178d5c8742f87ea8123d6e2243 (diff) |
Fix dist of xvmc sources
The XVMC AM_CONDITIONAL is only needed around the library expression.
None of the other definitons will cause anything to be built without
libXvMC, but they're needed for 'make dist'.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
(cherry picked from commit 28e7f0d71fa09e15a68ab4f0de169474b6235093)
Diffstat (limited to 'src')
-rw-r--r-- | src/xvmc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xvmc/Makefile.am b/src/xvmc/Makefile.am index 9e626832..a376eb7f 100644 --- a/src/xvmc/Makefile.am +++ b/src/xvmc/Makefile.am @@ -1,5 +1,6 @@ if XVMC lib_LTLIBRARIES=libI810XvMC.la libIntelXvMC.la +endif libI810XvMC_la_SOURCES = I810XvMC.c \ I810XvMC.h @@ -123,4 +124,3 @@ BUILT_SOURCES= $(INTEL_G4B) clean-local: -rm -f $(INTEL_G4B) endif -endif |