Tweaked the serialization progress dialog.
[gliv.git] / lib / Makefile.am
blobbdb4622b500efc5a8911e0f914d8b15da09b0b25
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 = getdelim.c getdelim.h
12 if GETDELIM
13 getdelim_dist = $(getdelim_files)
14 else
15 getdelim_src = $(getdelim_files)
16 endif
18 getopt_long_files = getopt.c getopt.h getopt1.c
20 if GETOPT_LONG
21 getopt_long_dist = $(getopt_long_files)
22 else
23 getopt_long_src = $(getopt_long_files)
24 endif