diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-04 15:03:31 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-04 15:04:49 +0000 |
commit | 511562eee54fdfbd9af52573c0d79c01cc6857b0 (patch) | |
tree | 3c662fe8398c5a7c08a853b2b2824883049071b9 /tests | |
parent | bb3f64f4ddbcb9745525c124c818b153421d6b50 (diff) | |
download | ayatana-ido-511562eee54fdfbd9af52573c0d79c01cc6857b0.tar.gz ayatana-ido-511562eee54fdfbd9af52573c0d79c01cc6857b0.tar.bz2 ayatana-ido-511562eee54fdfbd9af52573c0d79c01cc6857b0.zip |
tests/Makefile.am: Fix static lib name (libido -> libayatana-ido).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 828e58a..a4bc763 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -IDOLIB = $(top_builddir)/src/libido3-0.1.la +IDOLIB = $(top_builddir)/src/libayatana-ido3-0.1.la # xorg-gtest isn't buildable https://bugs.launchpad.net/ubuntu/+source/xorg-gtest/+bug/1388892 # check_LIBRARIES = libgtest.a |