Add exports file and abi checker for tevent
[ira/wip.git] / lib / tevent / rules.mk
index 28a2515b01b711dac69875f5f96b0d1b82980057..c197e930a3cbd03f631bfc07b7e4953db63da7ff 100644 (file)
@@ -12,7 +12,7 @@ showflags::
 .c.o:
        @echo Compiling $*.c
        @mkdir -p `dirname $@`
-       @$(CC) $(PICFLAG) $(CFLAGS) -c $< -o $@
+       @$(CC) $(PICFLAG) $(CFLAGS) $(ABI_CHECK) -c $< -o $@
 
 distclean::
        rm -f *~ */*~