summaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
Diffstat (limited to 'odb')
-rw-r--r--odb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/Makefile.am b/odb/Makefile.am
index 72a2ad1..1fa8298 100644
--- a/odb/Makefile.am
+++ b/odb/Makefile.am
@@ -19,7 +19,7 @@ odb_la_LDFLAGS = -module -shrext .so -avoid-version
# Remove the .la file from the final install.
#
install-data-hook:
- rm -f '$(bindir)/odb.la'
+ rm -f '$(DESTDIR)/$(bindir)/odb.la'
# Driver.
#