From a370306f75e72a38f37a0cc7ee1fae595d3c80bc Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 17 Oct 2016 11:09:50 -0700 Subject: Get rid of EXTRA_LIBS, use variables with more specific names --- xrdpapi/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xrdpapi') diff --git a/xrdpapi/Makefile.am b/xrdpapi/Makefile.am index 0027dc9b..920f3d1a 100644 --- a/xrdpapi/Makefile.am +++ b/xrdpapi/Makefile.am @@ -1,11 +1,6 @@ -EXTRA_LIBS = - module_LTLIBRARIES = \ libxrdpapi.la libxrdpapi_la_SOURCES = \ xrdpapi.c \ xrdpapi.h - -libxrdpapi_la_LIBADD = \ - $(EXTRA_LIBS) -- cgit v1.2.1