Explicitly refer to LIBCAP in Makefiles.

This commit is contained in:
Tobias Brunner
2010-06-15 19:57:31 +02:00
parent 404960e522
commit b77e493bea
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ if USE_ME
sa/tasks/ike_me.c sa/tasks/ike_me.h
endif
if USE_CAPABILITIES
if USE_LIBCAP
libcharon_la_LIBADD += -lcap
endif
+1 -1
View File
@@ -121,7 +121,7 @@ if USE_SMARTCARD
AM_CFLAGS += -DSMARTCARD
endif
if USE_CAPABILITIES
if USE_LIBCAP
pluto_LDADD += -lcap
endif