Ensure cursor_data.c is included in distribution tarballs

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
This commit is contained in:
Matt Roper 2012-10-04 14:27:39 -07:00 committed by Kristian Høgsberg
parent 6685d19301
commit 0371668dcc
4 changed files with 3 additions and 2 deletions

View file

@ -359,7 +359,7 @@ static void
write_output_file(struct reconstructed_glyph *glyphs, int n)
{
int i, j, counter, size;
FILE *file = fopen("cursor_data.c", "w");
FILE *file = fopen("cursor-data.h", "w");
uint32_t *data;
fprintf(file, "%s\n", cursor_licence);