mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
Fixes for make distcheck
This commit is contained in:
parent
036c5bf572
commit
57d76e315f
@ -51,7 +51,7 @@ cogl-gl-1.0.pc: cogl-1.0.pc
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = $(pc_files)
|
||||
|
||||
EXTRA_DIST += cogl.pc.in
|
||||
EXTRA_DIST += cogl-1.0.pc.in cogl-$(COGL_API_VERSION)-experimental.pc.in
|
||||
DISTCLEANFILES += $(pc_files)
|
||||
|
||||
# public headers
|
||||
@ -234,6 +234,7 @@ cogl_sources_c = \
|
||||
$(srcdir)/cogl-matrix.c \
|
||||
$(srcdir)/cogl-vector.c \
|
||||
$(srcdir)/cogl-euler.c \
|
||||
$(srcdir)/cogl-quaternion-private.h \
|
||||
$(srcdir)/cogl-quaternion.c \
|
||||
$(srcdir)/cogl-matrix-private.h \
|
||||
$(srcdir)/cogl-matrix-stack.c \
|
||||
@ -303,6 +304,7 @@ cogl_sources_c = \
|
||||
$(srcdir)/cogl-point-in-poly-private.h \
|
||||
$(srcdir)/cogl-point-in-poly.c \
|
||||
$(srcdir)/cogl-clutter.c \
|
||||
$(srcdir)/winsys/cogl-winsys-stub-private.h \
|
||||
$(srcdir)/winsys/cogl-winsys-stub.c \
|
||||
$(NULL)
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-private.h"
|
||||
#include "cogl-winsys-private.h"
|
||||
#include "cogl-winsys-stub-private.h"
|
||||
#include "winsys/cogl-winsys-stub-private.h"
|
||||
#include "cogl-profile.h"
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-context-private.h"
|
||||
|
@ -86,7 +86,7 @@ m4_define([xfixes_req_version], [3])
|
||||
m4_define([xcomposite_req_version], [0.4])
|
||||
|
||||
|
||||
AC_INIT(cogl, [cogl_version])
|
||||
AC_INIT(cogl, [cogl_1_version])
|
||||
AC_CONFIG_SRCDIR(cogl/cogl.h)
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
AC_CONFIG_MACRO_DIR([build/autotools])
|
||||
|
Loading…
Reference in New Issue
Block a user