[pisa-src] r1299 - trunk/community-operator/Makefile.am
- From: Jan Marten <jan.marten@xxxxxxxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Thu, 22 Oct 2009 18:26:51 +0200
Author: marten
Date: Thu Oct 22 18:26:51 2009
New Revision: 1299
Log:
Moved endif to the correct location.
Modified:
trunk/community-operator/Makefile.am
Modified: trunk/community-operator/Makefile.am
==============================================================================
--- trunk/community-operator/Makefile.am Thu Oct 22 18:24:14 2009
(r1298)
+++ trunk/community-operator/Makefile.am Thu Oct 22 18:26:51 2009
(r1299)
@@ -25,10 +25,10 @@
INCLUDES += -I@PISA_HIPL_SRCDIR@/pjproject/pjnath/include
INCLUDES += -I@PISA_HIPL_SRCDIR@/pjproject/pjlib/include
INCLUDES += -I@PISA_HIPL_SRCDIR@/pjproject/pjlib-util/include
-endif
co_server_LDADD = @PISA_HIPL_SRCDIR@/libinet6/.libs/libinet6.a
co_server_LDADD += @PISA_HIPL_SRCDIR@/libhiptool/.libs/libhiptool.a
+endif
co_client_SOURCES = co_client.c pisa_cert.c
co_server_SOURCES = co_server.c hipl.c
Other related posts:
- » [pisa-src] r1299 - trunk/community-operator/Makefile.am - Jan Marten