summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-04-21 14:55:17 -0400
committerJohan Dahlin <johan@gnome.org>2010-05-20 11:59:25 -0300
commit3e0b443cf552347ebda086cb16003a8d55222870 (patch)
tree841e1852d65f4f375407136cd738036323b734b0 /tests/Makefile.am
parent891ba6c46a19e647f063e12131823e61f40f9c98 (diff)
downloadgobject-introspection-3e0b443cf552347ebda086cb16003a8d55222870.tar.gz
Makefile.introspection: use $^, simplifying non-srcdir builds
In the .gir-building rule, use "$^" to refer to the source files, since that automatically looks in both $(srcdir) and $(builddir). This is particularly important since certain generated files will be in $(builddir) when building from git, but in $(srcdir) when building from tarballs If you were previously prefixing $(srcdir) to the Foo_gir_FILES members by hand, you should stop now. (Also, removed the dependencies on $(INTROSPECTION_SCANNER) and $(INTROSPECTION_COMPILER) for the .gir/.typelib rules, since the scanner one was broken anyway, and we don't have that kind of dependency for other rules (eg, making .o files depend on /usr/bin/gcc).) https://bugzilla.gnome.org/show_bug.cgi?id=616425
Diffstat (limited to 'tests/Makefile.am')
0 files changed, 0 insertions, 0 deletions