finished interim implementation of qse_timegm() and qse_timelocal().
- currently, they use timegm() and timelocal() provided by libc. added test programs.
This commit is contained in:
@@ -13,13 +13,6 @@
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# ASE
|
||||
# Copyright (c) Chung,Hyung-Hwan (bacon@abiyo.net)
|
||||
#
|
||||
##############################################################################
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
@@ -204,7 +197,7 @@ top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTION = foreign
|
||||
# EXTRA_DIST =
|
||||
SUBDIRS = lib cmd
|
||||
DIST_SUBDIRS = $(SUBDIRS) include
|
||||
DIST_SUBDIRS = $(__COREDIRS) include test
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
Reference in New Issue
Block a user