Skip to content
Snippets Groups Projects
Commit bbaecf0f authored by Ralph Giles's avatar Ralph Giles
Browse files

Make libtheora depend on its version script.

svn path=/trunk/theora/; revision=13880
parent 1131b76c
No related branches found
No related tags found
No related merge requests found
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/dec -I$(top_srcdir)/lib/enc
EXTRA_DIST = Version_script \
EXTRA_DIST = \
enc/x86_32/dct_decode_mmx.c \
enc/x86_32/dsp_mmx.c \
enc/x86_32/dsp_mmxext.c \
......@@ -105,7 +105,8 @@ libtheora_la_SOURCES = \
$(decoder_x86_sources) \
$(decoder_sources) \
$(encoder_arch_sources) \
$(encoder_sources)
$(encoder_sources) \
Version_script
noinst_HEADERS = \
cpu.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment