chiark / gitweb /
Bugfixes.
[adns.git] / src / Makefile
index 4096d8466aa4a8618e1dd9cd49817aa56dd02705..acce334c08d992c0ae8a056c88de962b1eb183c0 100644 (file)
 #  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