aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b565303..168ab11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of genrc.
-# Copyright (C) 2018 Sergey Poznyakoff.
+# Copyright (C) 2018, 2019 Sergey Poznyakoff.
#
# Genrc is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -39,8 +39,8 @@ genrc_SOURCES = \
sentinel.c\
runas.c
-AM_CPPFLAGS = @GRECS_INCLUDES@
-LDADD = @GRECS_LDADD@
+AM_CPPFLAGS = @GRECS_INCLUDES@ @RUNCAP_INC@
+LDADD = @GRECS_LDADD@ @RUNCAP_LDADD@
if COND_PCRE
genrc_SOURCES += match_pcre.c

Return to:

Send suggestions and report system problems to the System administrator.