Changeset - 9a88d5821b06
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-08-15 23:55:29
ohnobinki@ohnopublishing.net
Added -lrt.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -71,12 +71,15 @@ PKG_CHECK_MODULES([CHECK], [check >= 0.9
 
dnl define paths for configuration files until a better arrangement is
 
dnl made:
 

	
 
AC_DEFINE_DIR([LOCALSTATEDIR], [localstatedir], [Default directory for storing state information])
 
AC_DEFINE_DIR([RUNSTATEDIR], [localstatedir/run], [Default directory for registering runtime information like pid-files])
 

	
 
# we need the clock_gettime() function
 
LIBS="$LIBS -lrt"
 

	
 
AC_CONFIG_FILES([Makefile
 
	libdistren.pc
 
	etc/distrendaemon.conf
 
	etc/distrenslave.conf
 
])
 

	
0 comments (0 inline, 0 general)