build: Add tests directories to SUBDIRS
Fixes a problem with distcheck.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
SUBDIRS = . tests
|
||||
|
||||
TOP = $(top_srcdir)
|
||||
include Makefile.sources
|
||||
include ../Makefile.sources
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Used by OpenGL ES or when --enable-shared-glapi is specified
|
||||
|
||||
SUBDIRS = . tests
|
||||
|
||||
TOP = $(top_srcdir)
|
||||
GLAPI = $(top_srcdir)/src/mapi/glapi
|
||||
include $(top_srcdir)/src/mapi/Makefile.sources
|
||||
|
||||
Reference in New Issue
Block a user