Skip to content
Snippets Groups Projects
Commit da50d68c authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Fix a compilation bug

parent 09082fba
Branches
Tags
No related merge requests found
FIND_LIBRARY(KABC_LIBRARY NAMES kabc)
FIND_PATH(KABC_INCLUDE_DIR kabc_export.h /usr/include/kabc /usr/local/include/kabc )
FIND_PATH(KABC_INCLUDE_DIR kabc_export.h /usr/include/kabc /usr/local/include/kabc $ENV{KDEDIR}/include/kabc )
IF (KABC_INCLUDE_DIR AND KABC_LIBRARY)
......
......@@ -4,7 +4,7 @@ export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 -O2
export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 -O2
export OS_LDFLAGS := -lm -luuid -lnsl -lrt -lpthread -lasound -lssl -lcrypto
export OS_LDFLAGS := -lm -lnsl -lrt -lpthread -lasound -lssl -lcrypto
export OS_SOURCES :=
......
/usr/share/misc/config.guess
\ No newline at end of file
/usr/lib/rpm/config.guess
\ No newline at end of file
/usr/share/misc/config.sub
\ No newline at end of file
/usr/lib/rpm/config.sub
\ No newline at end of file
# pjlib/build/os-auto.mak. Generated from os-auto.mak.in by configure.
# Determine OS specific files
AC_OS_OBJS=ioqueue_select.o file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o guid_uuid.o
AC_OS_OBJS=ioqueue_select.o file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o guid_simple.o
#
# PJLIB_OBJS specified here are object files to be included in PJLIB
......@@ -23,7 +23,7 @@ export TEST_OBJS += main.o
#
# Additional LDFLAGS for pjlib-test
#
export TEST_LDFLAGS += -lm -luuid -lnsl -lrt -lpthread -lasound -lssl -lcrypto
export TEST_LDFLAGS += -lm -lnsl -lrt -lpthread -lasound -lssl -lcrypto
#
# TARGETS are make targets in the Makefile, to be executed for this given
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment