08fecbaa84
This adds a centralized autotools Makefile to be used in the completion of the project files for Cogl-Path for now, which can be used also in Cogl, Cogl-Pango and possibly Cogl-Gst so that we could have less clutter in the autotools files. This patch set will also allow the Cogl-Path project files to be filled in during 'make dist' and make them distributed during a tarball release. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 491020592b240ca5f2885dee104c88bf431858ae) Conflicts: cogl-path/Makefile.am
21 lines
406 B
Makefile
21 lines
406 B
Makefile
EXTRA_DIST = \
|
|
cogl.sln \
|
|
cogl_sdl.sln \
|
|
cogl.vsprops \
|
|
cogl.vcproj \
|
|
cogl.vcprojin \
|
|
cogl-path.vcproj \
|
|
cogl-path.vcprojin \
|
|
cogl-pango.vcproj \
|
|
cogl-pango.vcprojin \
|
|
test-conformance-cogl.vcproj \
|
|
test-conformance-cogl.vcprojin \
|
|
cogl-hello.vcproj \
|
|
cogl-sdl-hello.vcproj \
|
|
cogl-crate.vcproj \
|
|
cogl-msaa.vcproj \
|
|
cogl-info.vcproj \
|
|
install.vcproj \
|
|
install_sdl.vcproj \
|
|
README.txt
|