diff options
Diffstat (limited to 'recipes/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch')
-rw-r--r-- | recipes/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch b/recipes/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch new file mode 100644 index 0000000000..fb5b1dbe65 --- /dev/null +++ b/recipes/libxsettings-client/libxsettings-client-0.16/Makefile-am.patch @@ -0,0 +1,11 @@ +--- libxsettings-client-0.16/Makefile.am.orig 2006-01-17 16:01:21.000000000 +0000 ++++ libxsettings-client-0.16/Makefile.am 2006-01-17 16:01:30.000000000 +0000 +@@ -3,7 +3,7 @@ + source_h = xsettings-client.h xsettings-common.h + source_c = xsettings-client.c xsettings-common.c + +-INCLUDES = -I $(includedir) $(X_CFLAGS) ++INCLUDES = $(X_CFLAGS) + + libxsincludedir = $(includedir) + |