2.3 innd/Makefile

greg andruk meowing at banet.net
Sat Sep 18 07:59:30 UTC 1999


Quick fix to get around makefile breakage.  I'll work on moving
the globals out of innd.h when it comes time to tackle nnrpd.

*** ../dist/innd/Makefile	Sat Sep 18 03:20:47 1999
--- innd/Makefile	Sat Sep 18 03:51:34 1999
***************
*** 1,7 ****
  ##  $Revision: 1.36 $
  include ../Makefile.global
  
! CFLAGS = $(GCFLAGS)
  
  SOURCES	= \
  	art.c cc.c chan.c his.c icd.c innd.c lc.c nc.c newsfeeds.c ng.c \
--- 1,7 ----
  ##  $Revision: 1.36 $
  include ../Makefile.global
  
! CFLAGS = $(GCFLAGS) $(PYTHONINC)
  
  SOURCES	= \
  	art.c cc.c chan.c his.c icd.c innd.c lc.c nc.c newsfeeds.c ng.c \
***************
*** 23,31 ****
  
  perl.o: perl.c
  	$(CC) $(PERLINC) $(CFLAGS) -c perl.c
- 
- python.o: python.c
- 	$(CC) $(PYTHONINC) $(CFLAGS) -c python.c
  
  tcl.o: tcl.c
  	$(CC) $(TCLINC) $(CFLAGS) -c tcl.c
--- 23,28 ----


More information about the inn-patches mailing list