Diff for /embedaddon/dhcp/common/Makefile.in between versions 1.1 and 1.1.1.1

version 1.1, 2012/02/21 22:30:18 version 1.1.1.1, 2012/10/09 09:06:54
Line 82  DIST_SUBDIRS = $(SUBDIRS) Line 82  DIST_SUBDIRS = $(SUBDIRS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   ATF_CFLAGS = @ATF_CFLAGS@
   ATF_LDFLAGS = @ATF_LDFLAGS@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
Line 180  libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c c Line 182  libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c c
   
 man_MANS = dhcp-eval.5 dhcp-options.5  man_MANS = dhcp-eval.5 dhcp-options.5
 EXTRA_DIST = $(man_MANS)  EXTRA_DIST = $(man_MANS)
SUBDIRS = tests
 # We want to build this directory first, before descending into tests subdir.
 # The reason is that ideally the tests should link existing objects from this
 # directory. That eliminates any discrepancies between tested code and
 # production code. Sadly, we are not there yet.
 SUBDIRS = . tests
 all: all-recursive  all: all-recursive
   
 .SUFFIXES:  .SUFFIXES:

Removed from v.1.1  
changed lines
  Added in v.1.1.1.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>