We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98a73ae + 364ce6a commit ea85167Copy full SHA for ea85167
configure.ac
@@ -1,6 +1,7 @@
1
AC_INIT([jsonrpc-c], [0.1], [hmng@farol.pt])
2
AC_CONFIG_SRCDIR([src/jsonrpc-c.c])
3
4
+m4_pattern_allow([AM_PROG_AR])
5
AM_PROG_AR
6
LT_INIT
7
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
example/Makefile.am
@@ -19,7 +19,7 @@ noinst_PROGRAMS=server
19
server_SOURCES= server.c
20
21
# Linker options for a.out
22
-server_LDFLAGS = $(LIBEV_LIBS) $(top_srcdir)/src/libjsonrpcc.la
+server_LDFLAGS = $(LIBEV_LIBS) $(top_builddir)/src/libjsonrpcc.la
23
24
# Compiler options for a.out
25
server_CPPFLAGS = $(LIBEV_CFLAGS) -I$(top_srcdir)/include
0 commit comments