diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-09 17:15:02 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-07-09 17:15:02 +0200 |
commit | 0bd704bd1e92b274209aeda6de88c7e75ffa81be (patch) | |
tree | 331ac9d89f0f7d446810d7298356fb20d9c7fc2a /src | |
parent | faceffd5beb4297299175945660522d8f1f5f2cb (diff) |
build: Remove wrong flags from libcairo_cxx.la
They're useful for the final so, but not for an intermediate noinst lib.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01ab896f..357e2171 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,7 @@ libcairo_cxx_la_SOURCES = \ $(enabled_cairo_private) \ $(enabled_cairo_cxx_sources) \ $(NULL) -libcairo_cxx_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(CAIRO_LIBTOOL_VERSION_INFO) -no-undefined $(export_symbols) +libcairo_cxx_la_LDFLAGS = $(AM_LDFLAGS) $(export_symbols) libcairo_cxx_la_LIBADD = $(CAIRO_LIBS) libcairo_cxx_la_DEPENDENCIES = $(cairo_def_dependency) |