Blame compat/Makefile.am

Packit 6bd9ab
# Makefile.am - use automake to generate Makefile.in
Packit 6bd9ab
#
Packit 6bd9ab
# Copyright (C) 2008-2014 Arthur de Jong
Packit 6bd9ab
#
Packit 6bd9ab
# This library is free software; you can redistribute it and/or
Packit 6bd9ab
# modify it under the terms of the GNU Lesser General Public
Packit 6bd9ab
# License as published by the Free Software Foundation; either
Packit 6bd9ab
# version 2.1 of the License, or (at your option) any later version.
Packit 6bd9ab
#
Packit 6bd9ab
# This library is distributed in the hope that it will be useful,
Packit 6bd9ab
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6bd9ab
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 6bd9ab
# Lesser General Public License for more details.
Packit 6bd9ab
#
Packit 6bd9ab
# You should have received a copy of the GNU Lesser General Public
Packit 6bd9ab
# License along with this library; if not, write to the Free Software
Packit 6bd9ab
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
Packit 6bd9ab
# 02110-1301 USA
Packit 6bd9ab
Packit 6bd9ab
noinst_LIBRARIES = libcompat.a
Packit 6bd9ab
Packit 6bd9ab
AM_CPPFLAGS=-I$(top_srcdir)
Packit 6bd9ab
AM_CFLAGS = $(PIC_CFLAGS)
Packit 6bd9ab
Packit 6bd9ab
EXTRA_DIST = getopt_long.c getopt_long.h \
Packit 6bd9ab
             ether.c ether.h \
Packit 6bd9ab
             shell.h \
Packit 6bd9ab
             strndup.c strndup.h \
Packit 6bd9ab
             nss_compat.h socket.h \
Packit 6bd9ab
             ldap_compat.h pagectrl.c ldap_passwd_s.c ldap_initialize.c \
Packit 6bd9ab
             ldap_parse_passwordpolicy_control.c ldap_passwordpolicy_err2txt.c \
Packit 6bd9ab
             derefctrl.c \
Packit 6bd9ab
             pam_compat.h pam_get_authtok.c pam_prompt.c
Packit 6bd9ab
Packit 6bd9ab
libcompat_a_SOURCES = getpeercred.c getpeercred.h
Packit 6bd9ab
libcompat_a_LIBADD = @LIBOBJS@