(libfu_a_SOURCES): Use hash.c, not oa-hash.c.
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 noinst_LIBRARIES = libfu.a
3
4 EXTRA_DIST = chown.c getgroups.c getline.c lstat.c mktime.c \
5   realloc.c stat.c strftime.c
6
7 INCLUDES = -I.. -I$(srcdir) -I../intl
8
9 libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
10 addext.c argmatch.c backupfile.c basename.c dirname.c filemode.c \
11 full-write.c idcache.c \
12 isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
13 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
14 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
15
16 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
17 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
18
19 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
20 getdate.h getline.h getopt.h group-member.h long-options.h \
21 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
22 save-cwd.h xstrtol.h xstrtoul.h strverscmp.h
23
24 BUILT_SOURCES = getdate.c posixtm.c