aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-17 01:14:14 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-17 01:14:14 +0100
commit2309152972f1d52af6adbb0e7e5d9c5ad3ae80f9 (patch)
tree7b3fd16e9f1df7bd1e2dc8ce603a9810096ac960 /protocols/purple/Makefile
parentec86b2232da72f7b0c1c0a217d94b6e15698c795 (diff)
Split off the file transfer stuff into a separate file. What a mess.
Diffstat (limited to 'protocols/purple/Makefile')
-rw-r--r--protocols/purple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/purple/Makefile b/protocols/purple/Makefile
index 15460529..403db799 100644
--- a/protocols/purple/Makefile
+++ b/protocols/purple/Makefile
@@ -9,7 +9,7 @@
-include ../../Makefile.settings
# [SH] Program variables
-objects = purple.o
+objects = ft.o purple.o
CFLAGS += -Wall $(PURPLE_CFLAGS)
LFLAGS += -r