Skip to content
Snippets Groups Projects
Commit 920e7985 authored by Martin Nolte's avatar Martin Nolte
Browse files

DUNE_PKG_LIBS is a variable!

[[Imported from SVN: r5836]]
parent b62ded22
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ DUNE_LIBS="$5 $DUNE_LIBS" ...@@ -120,7 +120,7 @@ DUNE_LIBS="$5 $DUNE_LIBS"
# add flags to the deprecated DUNE_PKG_* family as well # add flags to the deprecated DUNE_PKG_* family as well
DUNE_VAR_APPEND([DUNE_PKG_CPPFLAGS], [" $3"]) DUNE_VAR_APPEND([DUNE_PKG_CPPFLAGS], [" $3"])
DUNE_VAR_APPEND([DUNE_PKG_LDFLAGS], [" $4"]) DUNE_VAR_APPEND([DUNE_PKG_LDFLAGS], [" $4"])
DUNE_PKG_LIBS="$5 DUNE_PKG_LIBS" DUNE_PKG_LIBS="$5 $DUNE_PKG_LIBS"
AS_VAR_SET([_dune_amd_TAG], [1]) AS_VAR_SET([_dune_amd_TAG], [1])
]) ])
AS_VAR_POPDEF([_dune_amd_TAG], [_dune_amd_tag_$2])dnl AS_VAR_POPDEF([_dune_amd_TAG], [_dune_amd_tag_$2])dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment