diff options
author | Adam Jackson <ajax@redhat.com> | 2017-11-06 14:34:16 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-11-06 14:34:16 -0500 |
commit | 3f6d569b583e3df9ca130f00548837e560d185c3 (patch) | |
tree | a10a75d1d4a2196753a03d7a9025f6be79825fe2 | |
parent | c530c7b1d2a705ee74781c7bdd6bbd7cb55d2d7a (diff) |
autotools: Add meson.build to the dist files
Makes it so the 'make distcheck' tarball can build with meson too.
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0c50dcc..5ac8a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ glinternal_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = glproto.pc +EXTRA_DIST = meson.build MAINTAINERCLEANFILES = ChangeLog INSTALL |