Makefile: remove last pam_cgfs special-casing

parent 10846a6d
...@@ -324,6 +324,7 @@ endif ...@@ -324,6 +324,7 @@ endif
if ENABLE_COMMANDS if ENABLE_COMMANDS
# Binaries shipping with liblxc # Binaries shipping with liblxc
init_lxc_SOURCES = cmd/lxc_init.c \ init_lxc_SOURCES = cmd/lxc_init.c \
initutils.c initutils.h \
string_utils.c string_utils.h string_utils.c string_utils.h
lxc_monitord_SOURCES = cmd/lxc_monitord.c lxc_monitord_SOURCES = cmd/lxc_monitord.c
lxc_user_nic_SOURCES = cmd/lxc_user_nic.c \ lxc_user_nic_SOURCES = cmd/lxc_user_nic.c \
...@@ -388,8 +389,10 @@ if HAVE_PAM ...@@ -388,8 +389,10 @@ if HAVE_PAM
pam_LTLIBRARIES = pam_cgfs.la pam_LTLIBRARIES = pam_cgfs.la
pam_cgfs_la_SOURCES = pam/pam_cgfs.c \ pam_cgfs_la_SOURCES = pam/pam_cgfs.c \
macro.h \ caps.c caps.h \
file_utils.c file_utils.h \ file_utils.c file_utils.h \
log.c log.h \
macro.h \
string_utils.c string_utils.h string_utils.c string_utils.h
if !HAVE_STRLCAT if !HAVE_STRLCAT
...@@ -400,8 +403,7 @@ if !HAVE_STRLCPY ...@@ -400,8 +403,7 @@ if !HAVE_STRLCPY
pam_cgfs_la_SOURCES += ../include/strlcpy.c ../include/strlcpy.h pam_cgfs_la_SOURCES += ../include/strlcpy.c ../include/strlcpy.h
endif endif
pam_cgfs_la_CFLAGS = $(AM_CFLAGS) \ pam_cgfs_la_CFLAGS = $(AM_CFLAGS) -DNO_LXC_CONF
-DNO_LOG
pam_cgfs_la_LIBADD = $(AM_LIBS) \ pam_cgfs_la_LIBADD = $(AM_LIBS) \
$(PAM_LIBS) \ $(PAM_LIBS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment