Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Zima
coincer
Commits
a981c02d
Commit
a981c02d
authored
Jul 05, 2017
by
xHire
Browse files
Fix typos in Makefile.am; new dependency: libevent
parent
52667f2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a981c02d
...
...
@@ -7,6 +7,7 @@
/INSTALL
/Makefile
/Makefile.in
/m4/pkg.m4
autoconfig.*
.deps/
...
...
Makefile.am
View file @
a981c02d
...
...
@@ -2,8 +2,11 @@ ACLOCAL_AMFLAGS = -I m4 --install
bin_PROGRAMS
=
src/coincerd src/coincer
coincerd_
sources
=
\
src_
coincerd_
SOURCES
=
\
src/coincerd.c
coincer_sources
=
\
src_coincerd_CFLAGS
=
$(AM_CFLAGS)
$(LIBEVENT_CFLAGS)
src_coincerd_LDADD
=
$(AM_LDADD)
$(LIBEVENT_LIBS)
src_coincer_SOURCES
=
\
src/coincer.c
configure.ac
View file @
a981c02d
...
...
@@ -24,6 +24,8 @@ dnl C compiler
AC_PROG_CC
dnl Checks for libraries.
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([LIBEVENT], [libevent])
dnl Checks for header files.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment