author | Don Pellegrino <don@drexel.edu> | 2009-06-16 23:22:56 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-06-16 23:22:56 (GMT) |
commit | 3858c0f0b6f4535178747d4e3d7c592bbffc5045 (patch) (side-by-side diff) | |
tree | 8f232e9e8bfc57528da5fe786be345bb6dfcca90 | |
parent | a40596e33760a94e5942e84d1d5632ba4147c019 (diff) | |
download | exp005-3858c0f0b6f4535178747d4e3d7c592bbffc5045.zip exp005-3858c0f0b6f4535178747d4e3d7c592bbffc5045.tar.gz exp005-3858c0f0b6f4535178747d4e3d7c592bbffc5045.tar.bz2 |
Added initialization of state variables.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 42cd2e6..b76d228 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ exp004viz_SOURCES = \ util/check_error.c \ util/pick_convert.c \ view/exp004geometry.c \ + view/exp004init.c \ view/exp004view.c exp004viz_LDADD = ${GLUT_LIBS} @@ -33,6 +34,7 @@ noinst_HEADERS = \ util/pick_convert.h \ view/exp004geometry.h \ view/exp004state0.h \ + view/exp004init.h \ view/exp004view.h AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi |