mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-30 22:18:17 +02:00
13 lines
214 B
Makefile
13 lines
214 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
|
libpopen_noshell.la
|
|
|
|
libpopen_noshell_la_SOURCES = \
|
|
popen_noshell.c \
|
|
popen_noshell.h
|
|
|
|
libpopen_noshell_la_LDFLAGS = \
|
|
-z now
|