aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-12-03 17:05:33 +0100
committerThomas White <taw@physics.org>2012-12-03 17:13:41 +0100
commit9e296d9f3efa700e05ba6c800e9b0dbf067bd272 (patch)
tree98dc1dbbfab598510e195605a5671d76afee35e5
parent6c4b989c187c46c1d14ae0beb598046c055e747c (diff)
Remove data dir from INCLUDES
This was needed before, but not any more.
-rw-r--r--libcrystfel/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am
index 4c857152..1c35e03f 100644
--- a/libcrystfel/Makefile.am
+++ b/libcrystfel/Makefile.am
@@ -26,7 +26,6 @@ libcrystfel_la_include_HEADERS = src/beam-parameters.h src/hdf5-file.h \
src/index-priv.h src/reax.h src/cell-utils.h \
src/integer_matrix.h
-INCLUDES = "-I$(top_srcdir)/data"
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib -Wall
AM_CPPFLAGS += -I$(top_srcdir)/lib @LIBCRYSTFEL_CFLAGS@