diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-08-29 10:41:45 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-08-29 10:41:45 (GMT) |
| commit | 0b072510f0e8b7dc4944fb367ca42c8ec92503dc (patch) | |
| tree | 125d7128e4c998780324a2e9de91e73d6062d544 | |
| parent | c0563111f822f5253264c7805917a864e1ddda5d (diff) | |
| download | powder-0b072510f0e8b7dc4944fb367ca42c8ec92503dc.zip powder-0b072510f0e8b7dc4944fb367ca42c8ec92503dc.tar.gz | |
changed makefile
| -rwxr-xr-x | Makefile | 2 | ||||
| -rw-r--r-- | interface.h | 5 | ||||
| -rwxr-xr-x | powder | bin | 0 -> 335738 bytes |
3 files changed, 4 insertions, 3 deletions
@@ -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 diff --git a/interface.h b/interface.h index 14ae878..6fa96ef 100644 --- a/interface.h +++ b/interface.h @@ -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
\ No newline at end of file +#endif Binary files differ |
