File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,9 @@ add_executable ( test_adfPos2DataBlock
48
48
test_adfPos2DataBlock.c )
49
49
50
50
add_executable ( test_adfDays2Date
51
- test_adfDays2Date.c )
51
+ test_adfDays2Date.c
52
+ ${PROJECT_SOURCE_DIR} /src/adf_util.c
53
+ )
52
54
53
55
add_executable ( test_dev_open
54
56
test_dev_open.c )
@@ -113,7 +115,7 @@ target_link_libraries ( test_adfPos2DataBlock PUBLIC
113
115
)
114
116
115
117
target_link_libraries ( test_adfDays2Date PUBLIC
116
- adf
118
+ # adf
117
119
${CHECK_LIBRARIES}
118
120
)
119
121
Original file line number Diff line number Diff line change 1
1
2
+ AUTOMAKE_OPTIONS = subdir-objects
3
+
2
4
AM_CPPFLAGS = -std=c99 -Wall -Wextra -pedantic \
3
5
-Werror-implicit-function-declaration \
4
6
-I$(top_srcdir ) /src -I$(top_srcdir ) /src/$(NATIVE_DIR )
@@ -30,7 +32,8 @@ test_adfDays2Date_CFLAGS = $(CHECK_CFLAGS)
30
32
test_adfDays2Date_LDADD = $(ADFLIBS ) $(CHECK_LIBS )
31
33
test_adfDays2Date_DEPENDENCIES = $(top_builddir ) /src/libadf.la
32
34
33
- test_adfPos2DataBlock_SOURCES = test_adfPos2DataBlock.c
35
+ test_adfPos2DataBlock_SOURCES = test_adfPos2DataBlock.c \
36
+ $(top_builddir ) /src/adf_util.c
34
37
test_adfPos2DataBlock_CFLAGS = $(CHECK_CFLAGS )
35
38
test_adfPos2DataBlock_LDADD = $(ADFLIBS ) $(CHECK_LIBS )
36
39
test_adfPos2DataBlock_DEPENDENCIES = $(top_builddir ) /src/libadf.la
You can’t perform that action at this time.
0 commit comments