version 3.0
This commit is contained in:
commit
d837490606
209 changed files with 19662 additions and 0 deletions
7
common/uuid/lib.mk
Normal file
7
common/uuid/lib.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
VPATH+= ${TOPDIR}/common/uuid
|
||||
|
||||
SRCS+= uuid.cc
|
||||
|
||||
ifeq "${OSNAME}" "Linux"
|
||||
LDADD+= -luuid
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue