forked from pool/SDL_net
21 lines
499 B
Plaintext
21 lines
499 B
Plaintext
--- Makefile.am
|
|
+++ Makefile.am 2002/12/16 16:48:20
|
|
@@ -1,5 +1,5 @@
|
|
# Makefile.am for the SDL sample image loading library and viewer
|
|
-
|
|
+AUTOMAKE_OPTIONS = foreign
|
|
lib_LTLIBRARIES = libSDL_net.la
|
|
|
|
libSDL_netincludedir = $(includedir)/SDL
|
|
--- /usr/include/SDL/SDL_net.h 2006-09-24 11:06:01.000000000 +0300
|
|
+++ SDL_net.h 2006-09-24 10:24:02.000000000 +0300
|
|
@@ -413,7 +413,7 @@
|
|
#endif
|
|
/* Ends C function definitions when using C++ */
|
|
#ifdef __cplusplus
|
|
-};
|
|
+}
|
|
#endif
|
|
#include "close_code.h"
|
|
|