mirror of https://github.com/sipwise/klish.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
426 B
26 lines
426 B
## Process this file with automake to produce Makefile.in
|
|
bin_PROGRAMS += \
|
|
bin/clish \
|
|
bin/konfd \
|
|
bin/konf \
|
|
bin/sigexec
|
|
|
|
bin_clish_SOURCES = bin/clish.c
|
|
bin_clish_LDADD = \
|
|
libclish.la \
|
|
libkonf.la \
|
|
libtinyrl.la \
|
|
liblub.la
|
|
|
|
bin_konfd_SOURCES = bin/konfd.c
|
|
bin_konfd_LDADD = \
|
|
libkonf.la \
|
|
liblub.la
|
|
|
|
bin_konf_SOURCES = bin/konf.c
|
|
bin_konf_LDADD = \
|
|
libkonf.la \
|
|
liblub.la
|
|
|
|
bin_sigexec_SOURCES = bin/sigexec.c
|