Showing
3 changed files
with
12 additions
and
1 deletions
... | ... | @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 |
2 | 2 | AUTOMAKE_OPTIONS = subdir-objects |
3 | 3 | |
4 | 4 | AM_CFLAGS += -I../include/ -std=c99 |
5 | -AM_LDFLAGS += | |
5 | +AM_LDFLAGS += | |
6 | 6 | |
7 | 7 | TR_CLASS = memory.c \ |
8 | 8 | interface.c \ |
... | ... | @@ -16,6 +16,7 @@ TR_CLASS = memory.c \ |
16 | 16 | math.c \ |
17 | 17 | sized_data.c \ |
18 | 18 | sized_data_set_data.c \ |
19 | + version.c \ | |
19 | 20 | i_class.c \ |
20 | 21 | i_subject.c \ |
21 | 22 | i_observer.c \ | ... | ... |
Please
register
or
login
to post a comment