This website requires JavaScript.
Explore
Help
Sign In
Tha_14
/
toxic
Watch
1
Star
0
Fork
0
You've already forked toxic
mirror of
https://github.com/Tha14/toxic.git
synced
2024-11-14 17:43:01 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
261310b091
toxic
/
Makefile.am
6 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
Install and use DHTservers file DHTservers will go to $prefix/share/toxic/DHTservers
2013-08-23 00:37:19 +02:00
SUBDIRS
=
build misc
Added autotools based build scripts Limitations: currently the tox core library does not ship proper public headers, so we'll have to tell the configure script where the headers are (i.e. directory in the ProjectTox-Core source tree. Since these headers are not really public, they include sodium.h, so right now the toxic configure script will check for sodium.h as well. We also need to look for the libsodium library for linking vs Tox core.
2013-08-23 00:18:53 +02:00
ACLOCAL_AMFLAGS
=
-I m4
Fixed the flags
2013-09-02 01:32:01 +02:00
AM_CFLAGS
=
-wall -c89 -werror
Reference in New Issue
Copy Permalink