X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=179fed860bce2d54abd3309fda1ac8576ff4e5c3;hb=59c1f51ef38081d87885a37873545154c7a23e2d;hp=19b59201640d9151ee959e820a3441058eeb19fd;hpb=dd4df3834d9d0175c7ee4fc19061945d1968581b;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index 19b5920..179fed8 100644 --- a/Makefile +++ b/Makefile @@ -30,12 +30,13 @@ ############################################################################## include mk/cflags.mk +CFLAGS += --std=gnu99 -D_GNU_SOURCE -D_FORTIFY_SOURCE=1 PROGRAMS = postlicyd postlicyd_SOURCES = \ - str.h buffer.h job.h postfix.h query.h \ - str.c buffer.c job.c postfix.c \ + str.h buffer.h job.h postfix.h gai.h query.h \ + str.c buffer.c job.c postfix.c gai.c \ postlicyd.c postlicyd_LIBADD = -lanl