Blame view

buildroot/buildroot-2016.08.1/package/gqview/0001-make.patch 340 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
  --- a/src/Makefile.in	2006-12-02 20:41:25.000000000 -0500
  +++ b/src/Makefile.in	2008-02-13 14:00:25.000000000 -0500
  @@ -200,7 +200,7 @@ SUBDIRS = icons
   DIST_SUBDIRS = icons
   INCLUDES = -I$(srcdir) -I$(builddir)    \
   	-I$(top_srcdir) -I$(top_builddir)       \
  -	-I$(includedir) $(GTK_CFLAGS)
  +	$(GTK_CFLAGS)
   
   module_SLIK = \
   	intl.h		\