diff options
author | Matt Turner <[email protected]> | 2014-12-06 20:18:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:45 -0800 |
commit | 7808344271e253b5acef12303b49c5e8444d8cf2 (patch) | |
tree | 81ded159a5554640299cef957f465a852a1a3e0a /src/mapi/Makefile.am | |
parent | 2eef9c0b16eb33c32359209cf71317fc42c49404 (diff) |
glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem.
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 80ead821ccc..a5a486b7104 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -19,7 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = glapi/gen . +SUBDIRS = TESTS = TOP = $(top_srcdir) |