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>
This commit is contained in:
Dan Nicholson 2009-03-10 20:16:03 -07:00 committed by Carl Worth
parent 73db44e7ac
commit 28e7f0d71f
1 changed files with 1 additions and 1 deletions

View File

@ -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