diff options
author | Thomas White <taw@physics.org> | 2011-11-15 12:05:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:40 +0100 |
commit | 38089071300b8e04ed42236dd08d9055094fb3b8 (patch) | |
tree | 91e1487ac820eb549e7652750867cd4fec039097 /libcrystfel/Makefile.am | |
parent | 404c612223dbfa0210902ebc5c9226927335aa65 (diff) |
Introduce "libcrystfel"
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r-- | libcrystfel/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am new file mode 100644 index 00000000..daf2ef33 --- /dev/null +++ b/libcrystfel/Makefile.am @@ -0,0 +1,5 @@ +lib_LTLIBRARIES = libcrystfel.la +libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \ + src/thread-pool.c src/image.c src/hdf5-file.c \ + src/beam-parameters.c +INCLUDES = "-I$(top_srcdir)/data" |