summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-03-10 20:16:03 -0700
committerCarl Worth <cworth@cworth.org>2009-03-11 15:41:16 -0700
commit28e7f0d71fa09e15a68ab4f0de169474b6235093 (patch)
treefce5b95729eea78f6239f28ac3d80c5c61387a3b
parent73db44e7ac524e84e5f0fda2d60069a9e954ad1b (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>
-rw-r--r--src/xvmc/Makefile.am2
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