Put a title to the serialization progress window.
[gliv.git] / lib / Makefile.am
blob38e33024287f3541fe8b95d5d8478f57099e6c6e
1 EXTRA_DIST = $(getline_dist)     \
2              $(getopt_long_dist)
4 if NEED_REPLACEMENTS
5 noinst_LIBRARIES = libreplacements.a
6 libreplacements_a_SOURCES = $(getline_src)     \
7                             $(getopt_long_src)
8 endif
10 getline_files = getline.c getline.h
12 if GETLINE
13 getline_dist = $(getline_files)
14 else
15 getline_src = $(getline_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