[BACK]Return to patch-net_daemon_Makefile_am CVS log [TXT][DIR] Up to [local] / ports / net / seafile / ccnet / patches

Annotation of ports/net/seafile/ccnet/patches/patch-net_daemon_Makefile_am, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- net/daemon/Makefile.am.orig        Tue Jan  7 07:33:50 2014
        !             3: +++ net/daemon/Makefile.am     Tue Jan 21 16:00:42 2014
        !             4: @@ -93,7 +93,7 @@ ccnet_SOURCES = ccnet-daemon.c \
        !             5:        $(common_srcs)
        !             6:
        !             7:
        !             8: -ccnet_LDADD = -levent $(top_builddir)/lib/libccnetd.la \
        !             9: +ccnet_LDADD = -levent_core -levent_extra $(top_builddir)/lib/libccnetd.la \
        !            10:             @GLIB2_LIBS@ @GOBJECT_LIBS@ -lssl @LIB_RT@ @LIB_UUID@ -lsqlite3 \
        !            11:             @LIB_WS32@ @LIB_INTL@ @LIB_IPHLPAPI@ @SEARPC_LIBS@
        !            12:
        !            13: @@ -104,7 +104,7 @@ noinst_PROGRAMS = ccnet-test
        !            14:
        !            15:  ccnet_test_SOURCES = ccnet-test.c daemon-session.c $(common_srcs)
        !            16:
        !            17: -ccnet_test_LDADD = -levent $(top_builddir)/lib/libccnetd.la \
        !            18: +ccnet_test_LDADD = -levent_core -levent_extra $(top_builddir)/lib/libccnetd.la \
        !            19:        @GLIB2_LIBS@ @GOBJECT_LIBS@  -lssl @LIB_RT@ @LIB_UUID@ -lsqlite3 \
        !            20:        @LIB_WS32@ @LIB_INTL@ @LIB_IPHLPAPI@ @SEARPC_LIBS@
        !            21:

CVSweb