1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 23:46:35 +02:00

new default sounds; rm unused sounds

This commit is contained in:
Jfreegman
2014-10-01 00:53:45 -04:00
parent ae984d4f04
commit 5af561c811
18 changed files with 24 additions and 38 deletions

View File

@ -12,9 +12,9 @@ MISC_DIR = $(BASE_DIR)/misc
# Project files
MANFILES = toxic.1 toxic.conf.5
DATAFILES = DHTnodes DNSservers toxic.conf.example
SNDFILES = ContactLogsIn.wav ContactLogsOut.wav Error.wav IncomingCall.wav
SNDFILES += LogIn.wav LogOut.wav NewMessage.wav OutgoingCall.wav
SNDFILES += TransferComplete.wav TransferPending.wav
SNDFILES = ToxicContactOnline.wav ToxicContactOffline.wav ToxicError.wav
SNDFILES += ToxicRecvMessage.wav OutgoingCall.wav IncomingCall.wav
SNDFILES += ToxicTransferComplete.wav ToxicTransferStart.wav
# Install directories
PREFIX = /usr/local