rm hpux/dlpi.c
This commit is contained in:
parent
4a0dc0cef3
commit
21a7b096d5
|
@ -42,11 +42,7 @@ ENDIF(CMAKE_SYSTEM_NAME MATCHES "(Solaris|SunOS)" )
|
|||
|
||||
## solaris
|
||||
IF (CMAKE_SYSTEM_NAME MATCHES "(hpux)" )
|
||||
SET(SIGAR_SRC
|
||||
os/hpux/hpux_sigar.c
|
||||
os/hpux/dlpi.c
|
||||
)
|
||||
|
||||
SET(SIGAR_SRC os/hpux/hpux_sigar.c)
|
||||
INCLUDE_DIRECTORIES(os/hpux/)
|
||||
ADD_DEFINITIONS(-DSIGAR_HPUX)
|
||||
SET(SIGAR_LINK_FLAGS -lnm)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
INCLUDES = @INCLUDES@
|
||||
|
||||
SIGAR_OS_SRCS = hpux_sigar.c dlpi.c
|
||||
SIGAR_OS_SRCS = hpux_sigar.c
|
||||
|
||||
SIGAR_OS_HDRS = sigar_os.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue