diff options
author | Colin Walters <walters@verbum.org> | 2009-02-17 16:59:48 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-02-17 16:59:48 -0500 |
commit | 8a82a34f3ef4d2bcfe4071b4666147359b81a9d6 (patch) | |
tree | 52a7bc868c58383b1fb7d1165a05c5858ff48121 /tests | |
parent | ca778d512f3605b2e177012e26d50720c0a110c5 (diff) | |
parent | 926c0ebda82f10f5b6db98f9968764427c0f7aba (diff) | |
download | gobject-introspection-8a82a34f3ef4d2bcfe4071b4666147359b81a9d6.tar.gz |
Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspection
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scanner/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am index d8c96fa0..ec7b2b55 100644 --- a/tests/scanner/Makefile.am +++ b/tests/scanner/Makefile.am @@ -109,7 +109,7 @@ barapp_SOURCES = $(srcdir)/barapp.c $(srcdir)/barapp.h barapp_LDADD = $(top_builddir)/girepository/libgirepository-1.0.la barapp_LDFLAGS = -export-dynamic BarApp-1.0.gir: barapp $(SCANNER_BIN) $(SCANNER_LIBS) Makefile -LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}:$(top_builddir)/girepository/.libs $(SCANNER) \ + LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}:$(top_builddir)/girepository/.libs $(SCANNER) \ --include=GObject-2.0 \ --libtool="$(LIBTOOL)" \ --program=./barapp \ |