diff options
Diffstat (limited to 'openembedded/packages/libgtkstylus/files/makefile.patch')
| -rw-r--r-- | openembedded/packages/libgtkstylus/files/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/libgtkstylus/files/makefile.patch b/openembedded/packages/libgtkstylus/files/makefile.patch new file mode 100644 index 0000000000..fadea69023 --- /dev/null +++ b/openembedded/packages/libgtkstylus/files/makefile.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- libgtkstylus-0.3/Makefile.am.old 2005-01-16 15:56:07.000000000 +0000 | ||
| 2 | +++ libgtkstylus-0.3/Makefile.am 2005-01-16 15:56:08.000000000 +0000 | ||
| 3 | @@ -3,7 +3,7 @@ | ||
| 4 | module_LTLIBRARIES = libgtkstylus.la | ||
| 5 | |||
| 6 | INCLUDES = @STYLUS_CFLAGS@ | ||
| 7 | -LDADD = @STYLUS_LIBS@ | ||
| 8 | +LIBS = @STYLUS_LIBS@ | ||
| 9 | |||
| 10 | libgtkstylus_la_SOURCES = tap.c | ||
| 11 | |||
