diff options
author | Johan Bilien <jobi@litl.com> | 2009-09-18 11:37:02 -0400 |
---|---|---|
committer | Johan Bilien <jobi@litl.com> | 2009-09-18 11:37:02 -0400 |
commit | 2a92ae1012c16f0dc7e5bd9470925a9d305029be (patch) | |
tree | 0fd85ac55bca0045aa5a0dfacbafe4c96fbbf7bd /tests/offsets | |
parent | 1f115d74ba4bd907078919374822a5f63571e00a (diff) | |
download | gobject-introspection-2a92ae1012c16f0dc7e5bd9470925a9d305029be.tar.gz |
Remove a remnant of shave
Diffstat (limited to 'tests/offsets')
-rw-r--r-- | tests/offsets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am index 1713eb40..f1a88c80 100644 --- a/tests/offsets/Makefile.am +++ b/tests/offsets/Makefile.am @@ -21,7 +21,7 @@ liboffsets_la_LDFLAGS = -avoid-version -rpath $(libdir) offsets-1.0.gir: liboffsets.la offsets.h $(SCANNER_BIN) $(SCANNER_LIBS) Makefile $(CHECK_DEBUG) $(SCANNER) \ --include=GObject-2.0 \ - --libtool="$(SHAVE_SAVED_LIBTOOL)" \ + --libtool="$(LIBTOOL)" \ --library=liboffsets.la \ --namespace=offsets \ --nsversion=1.0 \ |