Merge pull request #96 from ryandesign/LDFLAGS

Use any LDFLAGS set when running ./configure
This commit is contained in:
garyscavone
2020-05-08 12:35:47 -04:00
committed by GitHub
7 changed files with 7 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += -I$(INCLUDE) -I$(INCLUDE)/../src/include
LDFLAGS = @LDFLAGS@
LIBRARY = @LIBS@
REALTIME = @realtime@

View File

@@ -24,6 +24,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += -I$(INCLUDE) -I$(INCLUDE)/../src/include
LDFLAGS = @LDFLAGS@
LIBRARY = @LIBS@
REALTIME = @realtime@

View File

@@ -24,6 +24,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += -I$(INCLUDE) -I$(INCLUDE)/../src/include
LDFLAGS = @LDFLAGS@
LIBRARY = @LIBS@
REALTIME = @realtime@

View File

@@ -18,6 +18,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += -I$(INCLUDE) -I$(INCLUDE)/../src/include
LDFLAGS = @LDFLAGS@
LIBRARY = @LIBS@
REALTIME = @realtime@

View File

@@ -14,6 +14,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += -I$(INCLUDE) -Iinclude
LDFLAGS = @LDFLAGS@
LIBRARY = @LIBS@
REALTIME = @realtime@

View File

@@ -25,6 +25,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += -I$(INCLUDE) -I$(INCLUDE)/../src/include
LDFLAGS = @LDFLAGS@
LIBRARY = @LIBS@
REALTIME = @realtime@

View File

@@ -48,6 +48,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += $(INCLUDE) -Iinclude -fPIC
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
REALTIME = @realtime@