Merge pull request #543 from jin-eld/sync-sources

Sync sources
This commit is contained in:
irungentoo 2013-08-29 17:51:14 -07:00
commit 205ba48a5a
2 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ script:
- ./configure
- make -j3
- make check
- make dist
notifications:
email: false

View File

@ -19,7 +19,6 @@ libtoxcore_la_SOURCES = $(top_srcdir)/toxcore/DHT.h \
$(top_srcdir)/toxcore/LAN_discovery.c \
$(top_srcdir)/toxcore/Messenger.h \
$(top_srcdir)/toxcore/Messenger.c \
$(top_srcdir)/toxcore/packets.h \
$(top_srcdir)/toxcore/ping.h \
$(top_srcdir)/toxcore/ping.c \
$(top_srcdir)/toxcore/tox.h \