Skip to content
Snippets Groups Projects
Commit effcf3e6 authored by Martin Gels's avatar Martin Gels
Browse files

bug 1005: removed include dir.

parent 822d851a
No related branches found
No related tags found
No related merge requests found
SUBDIRS=src test include SUBDIRS=src test
pkgextdir = $(prefix)/config/$(PACKAGE) pkgextdir = $(prefix)/config/$(PACKAGE)
pkgext_DATA = pkgext pkgextcppflags pkgextcxxflags pkgextldflags pkgext_DATA = pkgext pkgextcppflags pkgextcxxflags pkgextldflags
......
...@@ -71,8 +71,6 @@ dnl ...@@ -71,8 +71,6 @@ dnl
dnl Output Makefiles dnl Output Makefiles
dnl dnl
AC_OUTPUT( AC_OUTPUT(
include/Makefile
include/CS1_BGLProc/Makefile
src/Makefile src/Makefile
test/Makefile test/Makefile
Makefile Makefile
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <CS1_BGLProc/TH_ZoidClient.h> #include <CS1_BGLProc/TH_ZoidClient.h>
#endif #endif
#include <CS1_BGLProc/BGL_Processing.h> #include <CS1_BGLProc/BGL_Processing.h>
#include <Package__Version.h> #include <CS1_BGLProc/Package__Version.h>
#include <Transport/TH_MPI.h> #include <Transport/TH_MPI.h>
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment