Files
gnucash/lib/libc/Makefile.am
David Hampton 59e52d8714 Mac OS X support, round 2.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6878 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-18 20:32:22 +00:00

17 lines
492 B
Makefile

noinst_LTLIBRARIES = libc-missing.la
# All header files must be listed.
noinst_HEADERS = \
localtime_r.h strptime.h
# No sources should be listed.
libc_missing_la_SOURCES = libc-missing-noop.c
# This will automatically be filled in with the necessary object file
# names. Configure does this based upon the AC_REPLACE_FUNCS macros.
libc_missing_la_LIBADD = @LTLIBOBJS@
# Not currently used. If added to AC_REPLACE_FUNCS then this line
# should be removed.
EXTRA_DIST = scm_strptime.c