mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Build: adjust include paths in daemons/ipa-kdb/tests/ipa_kdb_tests.c
Fix include paths to prevent breakage when we move configure.ac from daemons to the top-level. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
329f080e6a
commit
41da873205
@ -33,8 +33,8 @@
|
|||||||
#include "gen_ndr/ndr_krb5pac.h"
|
#include "gen_ndr/ndr_krb5pac.h"
|
||||||
#include "gen_ndr/netlogon.h"
|
#include "gen_ndr/netlogon.h"
|
||||||
|
|
||||||
#include "ipa-kdb/ipa_kdb.h"
|
#include "ipa_kdb.h"
|
||||||
#include "ipa-kdb/ipa_kdb_mspac_private.h"
|
#include "ipa_kdb_mspac_private.h"
|
||||||
|
|
||||||
#define NFS_PRINC_STRING "nfs/fully.qualified.host.name@REALM.NAME"
|
#define NFS_PRINC_STRING "nfs/fully.qualified.host.name@REALM.NAME"
|
||||||
#define NON_NFS_PRINC_STRING "abcdef/fully.qualified.host.name@REALM.NAME"
|
#define NON_NFS_PRINC_STRING "abcdef/fully.qualified.host.name@REALM.NAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user