Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-12-03 01:28:29 +0400
committerDavid Schleef <ds@schleef.org>2012-12-03 01:28:29 +0400
commit7b032041a850211b7de079a4fde4739c359c0eff (patch)
tree40c38268c3ca8b07e05aff090d50e6dabeec5ba7
parenta5fecb3fbf4ab36212c4473f884bcac9ca603ecb (diff)
Fix Makefile
-rw-r--r--orc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/orc/Makefile.am b/orc/Makefile.am
index 1b6d879..6430074 100644
--- a/orc/Makefile.am
+++ b/orc/Makefile.am
@@ -112,11 +112,11 @@ noinst_PROGRAMS = generate-emulation generate-bytecode
generate_emulation_LDADD = $(ORC_LIBS)
generate_emulation_CFLAGS = $(ORC_CFLAGS)
-generate_emulation_DEPENDENCIES = liborc-0.4.la
+generate_emulation_DEPENDENCIES = liborc-@ORC_MAJORMINOR@.la
generate_bytecode_LDADD = $(ORC_LIBS)
generate_bytecode_CFLAGS = $(ORC_CFLAGS)
-generate_bytecode_DEPENDENCIES = liborc-0.4.la
+generate_bytecode_DEPENDENCIES = liborc-@ORC_MAJORMINOR@.la
update: generate-emulation generate-bytecode
$(top_builddir)/tools/orcc$(EXEEXT) --implementation -o orcfunctions.c orcfunctions.orc