diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-28 01:37:26 +0100 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-28 01:37:26 +0100 |
| commit | 3acfc24e54a9f6d1b2121dda1942e882549870e4 (patch) | |
| tree | 8725ce82411f2bb8c68162398c2ca1f5d1c9f33f /src/cppunit | |
| parent | f695453c324c585b25f4eff4388252da65ec64ae (diff) | |
| download | cppunit-3acfc24e54a9f6d1b2121dda1942e882549870e4.tar.gz | |
upstream libreoffice patch for sf#3123759
based on a debian patch from
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cppunit.diff;att=1;bug=338252
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index c03b78e..ef9ecd4 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -63,5 +63,5 @@ libcppunit_la_SOURCES = \ libcppunit_la_LDFLAGS= \ -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -release $(LT_RELEASE) + -release $(LT_RELEASE) $(LIBADD_DL) |
