mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-13 21:06:38 -04:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libexecvpe.la
|
|
|
|
libexecvpe_la_SOURCES = \
|
|
execvpe.c \
|
|
execvpe.h
|