Undo over-zealous version bump.
[gliv.git] / lib / Makefile.am
blob424af1b9f2544f2b1eadee54d797bcd6b48577b0
1 EXTRA_DIST = $(getdelim_dist)     \
2              $(getopt_long_dist)
4 if NEED_REPLACEMENTS
5 noinst_LIBRARIES = libreplacements.a
6 libreplacements_a_SOURCES = $(getdelim_src)     \
7                             $(getopt_long_src)
8 endif
10 getdelim_files = $(srcdir)/getdelim.c $(srcdir)/getdelim.h
12 if GETDELIM
13 getdelim_dist = $(getdelim_files)
14 else
15 getdelim_src = $(getdelim_files)
16 endif
18 getopt_long_files = $(srcdir)/getopt.c $(srcdir)/getopt.h $(srcdir)/getopt1.c
20 if GETOPT_LONG
21 getopt_long_dist = $(getopt_long_files)
22 else
23 getopt_long_src = $(getopt_long_files)
24 endif