updated Makefile

This commit is contained in:
hyung-hwan 2021-08-14 15:06:57 +00:00
parent 16937d8ded
commit 02dc17bcbb
3 changed files with 4 additions and 2 deletions

View File

@ -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
###################################################################### ######################################################################

View File

@ -831,7 +831,7 @@ uninstall-am:
distclean-local: distclean-local:
$(RM) -r $(top_srcdir)/autom4te.cache rm -rf $(top_srcdir)/autom4te.cache
###################################################################### ######################################################################

View File

@ -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 \