rm hpux/dlpi.c

This commit is contained in:
Doug MacEachern 2010-04-15 14:20:01 -07:00
parent 4a0dc0cef3
commit 21a7b096d5
2 changed files with 2 additions and 6 deletions

View File

@ -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)

View File

@ -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