Removed the references to ternary.c and ternary.h
This commit is contained in:
parent
3f4a052c85
commit
b811c2fbf8
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.8 2001-12-15 05:57:40 rjkaes Exp $
|
# $Id: Makefile.am,v 1.9 2001-12-15 20:02:26 rjkaes Exp $
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -33,7 +33,6 @@ tinyproxy_SOURCES = \
|
|||||||
thread.c thread.h \
|
thread.c thread.h \
|
||||||
grammar.y scanner.l \
|
grammar.y scanner.l \
|
||||||
acl.c acl.h \
|
acl.c acl.h \
|
||||||
ternary.c ternary.h \
|
|
||||||
regexp.h
|
regexp.h
|
||||||
|
|
||||||
tinyproxy_LDADD = @LIBOBJS@
|
tinyproxy_LDADD = @LIBOBJS@
|
||||||
@ -48,4 +47,4 @@ scanner.c: scanner.l grammar.h
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.da
|
rm -f *.da
|
||||||
rm -f gmon.out
|
rm -f gmon.out
|
||||||
|
Loading…
Reference in New Issue
Block a user