changed makefile

This commit is contained in:
Felix Wallin 2010-08-29 12:41:45 +02:00
parent c0563111f8
commit 0b072510f0
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
SOURCES := powder.c http.c md5.c update.c
SOURCES := *.c
HEADERS := font.h hmap.h http.h md5.h icon.h update.h version.h
CFLAGS := -Wall -std=c99 -D_POSIX_C_SOURCE=200112L

View File

@ -1,6 +1,7 @@
#ifndef INTERFACE_H
#define INTERFACE_H
#include "http.h"
#include "md5.h"
struct menu_section
{
char *icon;
@ -139,4 +140,4 @@ void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int b, int bq, int mx,
int sdl_poll(void);
void set_cmode(int cm);
#endif
#endif

BIN
powder Executable file

Binary file not shown.