Fix compilation issues as a result of LE cleanup
Change-Id: I1f7bb8c3bb4d912c7a743d5807dd7790f1973afd CRs-fixed: 2181265
This commit is contained in:
parent
07883c075d
commit
946f536641
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ libgnss_la_LDFLAGS = -Wl,-z,defs -lpthread -shared -version-info 1:0:0
|
||||||
libgnss_la_CPPFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS)
|
libgnss_la_CPPFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libgnss_la_LIBADD = -lstdc++ $(GPSUTILS_LIBS) $(LOCCORE_LIBS)
|
libgnss_la_LIBADD = -lstdc++ -ldl $(GPSUTILS_LIBS) $(LOCCORE_LIBS)
|
||||||
|
|
||||||
#Create and Install libraries
|
#Create and Install libraries
|
||||||
lib_LTLIBRARIES = libgnss.la
|
lib_LTLIBRARIES = libgnss.la
|
||||||
|
|
Loading…
Reference in a new issue