updated Makefile
This commit is contained in:
parent
16937d8ded
commit
02dc17bcbb
@ -7,7 +7,7 @@ SUBDIRS = lib bin t
|
|||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS)
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
$(RM) -r $(top_srcdir)/autom4te.cache
|
rm -rf $(top_srcdir)/autom4te.cache
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
@ -831,7 +831,7 @@ uninstall-am:
|
|||||||
|
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
$(RM) -r $(top_srcdir)/autom4te.cache
|
rm -rf $(top_srcdir)/autom4te.cache
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
@ -446,6 +446,8 @@ LIBADD_LIB_COMMON = $(LIBM)
|
|||||||
#pkgincludedir = $(includedir)
|
#pkgincludedir = $(includedir)
|
||||||
#pkglibdir = $(libdir)
|
#pkglibdir = $(libdir)
|
||||||
#pkgbindir = $(bindir)
|
#pkgbindir = $(bindir)
|
||||||
|
|
||||||
|
# Never list hio-cfg.h in include_HEADERS.
|
||||||
include_HEADERS = hio-chr.h hio-cmn.h hio-dhcp.h hio-dns.h hio-ecs.h \
|
include_HEADERS = hio-chr.h hio-cmn.h hio-dhcp.h hio-dns.h hio-ecs.h \
|
||||||
hio-fmt.h hio-htb.h hio-htrd.h hio-htre.h hio-http.h \
|
hio-fmt.h hio-htb.h hio-htrd.h hio-htre.h hio-http.h \
|
||||||
hio-json.h hio-md5.h hio-nwif.h hio-opt.h hio-pac1.h \
|
hio-json.h hio-md5.h hio-nwif.h hio-opt.h hio-pac1.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user