* lib/regex.c, lib/getopt.c: internationalization works with
[findutils.git] / lib / Makefile.am
blobb2fa83f043775bfce4ead966927274c910c88951
1 AUTOMAKE_OPTIONS = ansi2knr
2 noinst_LIBRARIES = libfind.a
3 localedir = $(datadir)/locale
4 INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
5 libfind_a_SOURCES = regex.h \
6                         dirname.c \
7                         error.c \
8                         error.h \
9                         filemode.c \
10                         filemode.h \
11                         getopt.c \
12                         getopt.h \
13                         getopt1.c \
14                         idcache.c \
15                         listfile.c \
16                         pathmax.h \
17                         modechange.c \
18                         modechange.h \
19                         nextelem.c \
20                         savedir.c \
21                         savedir.h \
22                         xmalloc.c \
23                         xalloc.h \
24                         xstrdup.c \
25                         xgetcwd.c \
26                         fnmatch.h \
27                         getline.c \
28                         getline.h
30 libfind_a_LIBADD = @LIBOBJS@ \
31                 @ALLOCA@
34 # Are these really needed?
35 EXTRA_DIST = modetype.h \
36                 wait.h \
37                 alloca.c \
38                 lstat.c \
39                 getline.h