Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Feb 17, 2022
1 parent 2847791 commit 5f8005b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PKG_RPATH = -Wl,-rpath,$(libdst):$(INSTALL_LIB_PATH)

PKG_VER_MAJOR = 1
PKG_VER_MINOR = 2
PKG_VER_RELEASE = 10
PKG_VER_RELEASE = 12
PKG_VER = $(PKG_VER_MAJOR).$(PKG_VER_MINOR).$(PKG_VER_RELEASE)

PKG_VERSO_LIB = $(PKG_SO_LIB).$(PKG_VER)
Expand All @@ -67,7 +67,7 @@ IFLAGS = -I$(adif_inc) -I$(epump_inc) -I$(ejet_inc)
#CFLAGS = -Wall -O3 -fPIC -std=c99
CFLAGS = -Wall -O3 -fPIC
LFLAGS = -L/usr/lib -L/usr/local/lib -L$(libdst)
LIBS = -lnsl -lm -lz -lpthread
LIBS = -lm -lz -lpthread
SOFLAGS = $(LD_SONAME)

APPLIBS = -ladif -lepump -l$(PKGNAME) $(PKG_RPATH)
Expand Down

0 comments on commit 5f8005b

Please sign in to comment.