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.
32 lines
533 B
32 lines
533 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 \
|
|
$(LIBOBJS) \
|
|
@CLISH_PLUGIN_BUILTIN_LIBS@
|
|
|
|
bin_konfd_SOURCES = bin/konfd.c
|
|
bin_konfd_LDADD = \
|
|
libkonf.la \
|
|
liblub.la \
|
|
$(LIBOBJS)
|
|
|
|
bin_konf_SOURCES = bin/konf.c
|
|
bin_konf_LDADD = \
|
|
libkonf.la \
|
|
liblub.la \
|
|
$(LIBOBJS)
|
|
|
|
bin_sigexec_SOURCES = bin/sigexec.c
|
|
bin_sigexec_LDADD = \
|
|
$(LIBOBJS)
|