diff options
author | Colin Walters <walters@verbum.org> | 2011-06-21 10:33:51 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-06-21 10:33:51 -0400 |
commit | 03bae7610b008866af32f0cd7791b2ac4aa0bf57 (patch) | |
tree | 9c8339909169b754406b17d6ec41e5f7753fea96 | |
parent | c128858e8ffe0c823edc9ba7aa3b4350de206488 (diff) | |
download | gjs-03bae7610b008866af32f0cd7791b2ac4aa0bf57.tar.gz |
Export that we support srcdir != builddir
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff00cf4e..886554e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ +# http://people.gnome.org/~walters/docs/build-api.txt +.buildapi-allow-builddir: + bin_PROGRAMS = lib_LTLIBRARIES = noinst_HEADERS = |