X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=src%2FMakefile.am;h=ebc34c14ecb2dc1041c8d2302c6c10b9ec9df9b1;hp=236f9517a5ae32f7ed84ee1c4a9681246818382f;hb=46000e498262feded366290aa16746218b013370;hpb=6cec69051e32286cd33e28d5d01970aef2f8713d diff --git a/src/Makefile.am b/src/Makefile.am index 236f951..ebc34c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,10 @@ AM_CFLAGS=-I$(top_srcdir)/include +if WINDOWS +AM_CFLAGS += -I$(top_srcdir)/compat/windows/include +endif + # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'