changing Makefile.am's to accept new subdiretory structure

This commit is contained in:
gustavo 2000-03-30 14:20:25 +00:00
commit 1fe3a72e10
11 changed files with 148 additions and 72 deletions

View file

@ -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