Skip to content

Commit ab0041c

Browse files
committed
move private header file away from include/ folder (issue lsh123#272)
1 parent c4d0493 commit ab0041c

File tree

5 files changed

+3
-14
lines changed

5 files changed

+3
-14
lines changed

include/xmlsec/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Process this file with automake to produce Makefile.in
22
NULL =
3-
SUBDIRS = private $(XMLSEC_CRYPTO_LIST)
3+
SUBDIRS = $(XMLSEC_CRYPTO_LIST)
44
EXTRA_DIST = skeleton mscrypto $(XMLSEC_CRYPTO_DISABLED_LIST)
55

66
xmlsecincdir = $(includedir)/xmlsec1/xmlsec

include/xmlsec/private/Makefile.am

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/transforms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#include <xmlsec/parser.h>
7070
#include <xmlsec/errors.h>
7171

72-
#include <xmlsec/private/xslt.h>
72+
#include "xslt.h"
7373

7474
/**************************************************************************
7575
*

src/xslt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <xmlsec/keys.h>
3636
#include <xmlsec/parser.h>
3737
#include <xmlsec/errors.h>
38-
#include <xmlsec/private/xslt.h>
38+
#include "xslt.h"
3939

4040
/**************************************************************************
4141
*
File renamed without changes.

0 commit comments

Comments
 (0)