summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-01-14 10:32:56 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-01-14 10:32:56 -0800
commitd3906368d902d19acd8827d0e6b1b97c42be20ff (patch)
treefa043fbdbfd59a46ddb1d012cc811d217316783f
parentd2e66e58f6588a90f3ea4c4e95a861704d640965 (diff)
Disable static libraries by default and remove version info from libvdpau_trace.
-rw-r--r--configure.ac4
-rw-r--r--trace/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7aaa596..eb2c1fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,10 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
+# Disable static libraries by default. Use --enable-static if you really want
+# them.
+AC_DISABLE_STATIC
+
# Check for programs.
AC_PROG_CC
AC_PROG_CXX
diff --git a/trace/Makefile.am b/trace/Makefile.am
index 06d4518..26b3925 100644
--- a/trace/Makefile.am
+++ b/trace/Makefile.am
@@ -7,7 +7,7 @@ lib_LTLIBRARIES = libvdpau_trace.la
libvdpau_trace_la_SOURCES = \
vdpau_trace.cpp
-libvdpau_trace_la_LDFLAGS = -version-info 1:0:0 -no-undefined
+libvdpau_trace_la_LDFLAGS = -avoid-version -module -no-undefined
libvdpau_traceincludedir = $(includedir)/vdpau
libvdpau_traceinclude_HEADERS = \