X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/e576be5096ae358bebe2e9b6ad07c49f74aef616..ffbda80c54147d112c125f208f6611daf09358b3:/src/Makefile.in?ds=inline diff --git a/src/Makefile.in b/src/Makefile.in index 4096d84..acce334 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -14,14 +14,14 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG) +CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG) $(XCFLAGS) DEBUG=-g OPTIMISE=-O2 WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \ -Wcast-qual -Wpointer-arith WERROR=-Werror -LIBOBJS= event.o query.o setup.o transmit.o general.o reply.o parse.o +LIBOBJS= event.o query.o setup.o transmit.o general.o reply.o parse.o types.o ALLOBJS= $(LIBOBJS) dtest.o all: dtest