mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-kdb: Remove unused CFLAGS/LIBS from Makefiles
This commit is contained in:
parent
f66fa48bb7
commit
64dfa1b37e
@ -17,7 +17,6 @@ INCLUDES = \
|
||||
$(AM_CFLAGS) \
|
||||
$(LDAP_CFLAGS) \
|
||||
$(KRB5_CFLAGS) \
|
||||
$(SSL_CFLAGS) \
|
||||
$(WARN_CFLAGS) \
|
||||
$(NDRPAC_CFLAGS) \
|
||||
$(NULL)
|
||||
@ -45,7 +44,6 @@ ipadb_la_LDFLAGS = \
|
||||
|
||||
ipadb_la_LIBADD = \
|
||||
$(KRB5_LIBS) \
|
||||
$(SSL_LIBS) \
|
||||
$(LDAP_LIBS) \
|
||||
$(NDRPAC_LIBS) \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user