mirror of
https://github.com/curl/curl.git
synced 2026-04-20 15:51:15 +03:00
libtest: Add required test libraries for lib1552 and lib1553
They use $(TESTUTIL) and thus should use $(TESTUTIL_LIBS) too. This fixes build failures on Fedora 13. Closes #2006
This commit is contained in:
parent
7408570bf0
commit
016c6a6abb
1 changed files with 2 additions and 0 deletions
|
|
@ -464,9 +464,11 @@ lib1551_SOURCES = lib1551.c $(SUPPORTFILES)
|
|||
lib1551_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib1552_SOURCES = lib1552.c $(SUPPORTFILES) $(TESTUTIL)
|
||||
lib1552_LDADD = $(TESTUTIL_LIBS)
|
||||
lib1552_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib1553_SOURCES = lib1553.c $(SUPPORTFILES) $(TESTUTIL)
|
||||
lib1553_LDADD = $(TESTUTIL_LIBS)
|
||||
lib1553_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
|
||||
lib1900_SOURCES = lib1900.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue