(EXTRA_DIST): Remove.
[gnulib.git] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 noinst_LIBRARIES = fu
3
4 EXTRA_DIST = group-member.c
5
6 INCLUDES = -I.. -I$(srcdir)
7 INCLUDES = -I.. -I$(srcdir) -I../intl
8
9 fu_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
10 argmatch.c backupfile.c dirname.c filemode.c \
11 full-write.c getversion.c idcache.c \
12 isdir.c long-options.c makepath.c modechange.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 fu_LIBADD = @LIBOBJS@ @ALLOCA@
17 fu_DEPENDENCIES = $(fu_LIBADD)
18
19 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
20 getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
21 mountlist.h path-concat.h pathmax.h \
22 save-cwd.h xstrtol.h xstrtoul.h
23
24 BUILT_SOURCES = getdate.c posixtm.c