1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-07 18:54:20 +01:00

Don't install internal header files.

This commit is contained in:
Simon Josefsson 2013-09-18 13:30:03 +02:00
parent 7dc5c6a155
commit 7a0fcf08ef
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Written by Simon Josefsson <simon@yubico.com>. # Written by Simon Josefsson <simon@yubico.com>.
# Copyright (c) 2006-2012 Yubico AB # Copyright (c) 2006-2013 Yubico AB
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -32,9 +32,7 @@ libdir = $(PAMDIR)
lib_LTLIBRARIES = pam_yubico.la lib_LTLIBRARIES = pam_yubico.la
include_HEADERS = util.h drop_privs.h pam_yubico_la_SOURCES = pam_yubico.c util.h util.c drop_privs.h drop_privs.c
pam_yubico_la_SOURCES = pam_yubico.c util.c drop_privs.c
# XXX add -Wl,-x too? PAM documentation suggests it. # XXX add -Wl,-x too? PAM documentation suggests it.
pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@ @YKPERS_LIBS@ @LTLIBYUBIKEY@ -lpam pam_yubico_la_LIBADD = @LTLIBYKCLIENT@ @LIBLDAP@ @YKPERS_LIBS@ @LTLIBYUBIKEY@ -lpam
pam_yubico_la_LDFLAGS = -module -avoid-version pam_yubico_la_LDFLAGS = -module -avoid-version

2
NEWS
View File

@ -2,6 +2,8 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*-
* Version 2.14 (unreleased) * Version 2.14 (unreleased)
** Don't install internal header files.
* Version 2.13 (released 2013-03-01) * Version 2.13 (released 2013-03-01)
* Fix a bug in the version check to support major version > 2 (neo). * Fix a bug in the version check to support major version > 2 (neo).