blob: 08f10d9484895198dc64e545d62b566600aa378b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$FreeBSD$
--- Makefile.in.orig
+++ Makefile.in
@@ -225,7 +225,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
lib_LTLIBRARIES = libSDL_ttf.la
-libSDL_ttfincludedir = $(includedir)/SDL
+libSDL_ttfincludedir = $(includedir)/SDL11
libSDL_ttfinclude_HEADERS = \
SDL_ttf.h
@@ -243,7 +243,6 @@
libSDL_ttf_la_LDFLAGS = \
-no-undefined \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_ttf_la_LIBADD =
|