libpurple/Makefile.am

branch
cipher_breakout
changeset 31421
713fb035d563
parent 30491
343ac123ff38
child 31572
0a3a191a3b4e
child 31589
7a81c2d2ecf3
child 31873
8e0d833618c1
--- a/libpurple/Makefile.am	Mon Feb 14 03:51:05 2011 +0000
+++ b/libpurple/Makefile.am	Mon Feb 14 05:48:59 2011 +0000
@@ -32,7 +32,7 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = purple.pc
 
-SUBDIRS = $(GCONF_DIR) plugins protocols . tests example
+SUBDIRS = $(GCONF_DIR) plugins protocols ciphers . tests example
 
 purple_coresources = \
 	account.c \
@@ -311,6 +311,7 @@
 	$(GSTREAMER_LIBS) \
 	$(GSTINTERFACES_LIBS) \
 	$(IDN_LIBS) \
+	ciphers/libpurple-ciphers.la \
 	-lm
 
 AM_CPPFLAGS = \

mercurial