changing Makefile.am's to accept new subdiretory structure
This commit is contained in:
parent
5467df160c
commit
1fe3a72e10
11 changed files with 148 additions and 72 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef eoExternalEO_h
|
||||
#define eoExternalEO_h
|
||||
|
||||
#include "EO.h"
|
||||
#include <EO.h>
|
||||
|
||||
/**
|
||||
* Definition of an object that allows an external struct
|
||||
|
|
@ -65,3 +65,4 @@ class eoExternalEO : public EO, virtual public External
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue