Skip to content

Commit

Permalink
CCE/public for CCE public headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pvrabec committed Oct 22, 2009
1 parent f53fafe commit d562dcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/CCE/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libcce_la_SOURCES = cce.c
libcce_la_SOURCES += cce_priv.c
libcce_la_SOURCES += cce_priv.h

libcce_la_CFLAGS = @libxml_cflags@
libcce_la_CPPFLAGS = @libxml_cflags@ -Ipublic -I$(top_srcdir)/src/common/public
libcce_la_LDFLAGS = @libxml_libs@

pkginclude_HEADERS = cce.h
pkginclude_HEADERS = public/cce.h
4 changes: 2 additions & 2 deletions src/CCE/cce.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
* Riley C. Porter <[email protected]>
*/

#include "cce.h"
#include "public/cce.h"
#include "cce_priv.h"
#include "../common/util.h"
#include "oscap.h"


static struct cce* cce_new_empty(void)
Expand Down
2 changes: 1 addition & 1 deletion src/CCE/cce.h → src/CCE/public/cce.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/

#include <stdbool.h>
#include "../common/oscap.h"
#include "oscap.h"

#ifndef _CCE_H
#define _CCE_H
Expand Down

0 comments on commit d562dcd

Please sign in to comment.