]> git.pld-linux.org Git - packages/SDL_Pango.git/blob - SDL_Pango-am.patch
- put SDL_Pango.h in the right place
[packages/SDL_Pango.git] / SDL_Pango-am.patch
1 --- src/Makefile.am     2004-12-10 10:06:33.000000000 +0100
2 +++ src/Makefile.am-new 2006-10-28 23:36:22.711975416 +0200
3 @@ -1,15 +1,15 @@
4 -#Makefile.am for SDL_Pango library/DLL\r
5 -\r
6 -lib_LTLIBRARIES = libSDL_Pango.la\r
7 -\r
8 -libSDL_Pangoincludedir = $(includedir)\r
9 -libSDL_Pangoinclude_HEADERS = SDL_Pango.h\r
10 -\r
11 -libSDL_Pango_la_SOURCES = SDL_Pango.c\r
12 -\r
13 -DEFS = @DEFS@ -DBUILD_DLL\r
14 -libSDL_Pango_la_LDFLAGS = \\r
15 -       -no-undefined           \\r
16 -    -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)\r
17 -\r
18 -DISTCLEANFILES = *~ *~c *~h *.cross.cache inc\r
19 +#Makefile.am for SDL_Pango library/DLL
20 +
21 +lib_LTLIBRARIES = libSDL_Pango.la
22 +
23 +libSDL_Pangoincludedir = $(includedir)/SDL
24 +libSDL_Pangoinclude_HEADERS = SDL_Pango.h
25 +
26 +libSDL_Pango_la_SOURCES = SDL_Pango.c
27 +
28 +DEFS = @DEFS@ -DBUILD_DLL
29 +libSDL_Pango_la_LDFLAGS = \
30 +       -no-undefined           \
31 +    -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
32 +
33 +DISTCLEANFILES = *~ *~c *~h *.cross.cache inc
This page took 0.101966 seconds and 4 git commands to generate.