libresman

diff examples/imgthumbs/Makefile @ 26:6b9974a8bdae

started BSD/mac support for file watching
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Mar 2014 19:51:00 +0300
parents bebc065a941f
children
line diff
     1.1 --- a/examples/imgthumbs/Makefile	Thu Feb 13 21:34:41 2014 +0200
     1.2 +++ b/examples/imgthumbs/Makefile	Mon Mar 31 19:51:00 2014 +0300
     1.3 @@ -5,7 +5,7 @@
     1.4  obj = $(src:.c=.o)
     1.5  bin = imgthumbs
     1.6  
     1.7 -CFLAGS = -pedantic -Wall -g -I../../src
     1.8 +CFLAGS = -pedantic -Wall -g -I../../src -Wno-deprecated-declarations
     1.9  LDFLAGS = $(libgl) -limago $(resman) -lpthread
    1.10  
    1.11  ifeq ($(shell uname -s), Darwin)