[BACK]Return to patch-tests_Makefile_am CVS log [TXT][DIR] Up to [local] / ports / devel / libsigc++ / patches

Annotation of ports/devel/libsigc++/patches/patch-tests_Makefile_am, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- tests/Makefile.am.orig     Mon Mar  9 10:08:24 2009
        !             3: +++ tests/Makefile.am  Mon Mar  9 10:08:42 2009
        !             4: @@ -2,7 +2,7 @@
        !             5:  DEFS = @DEFS@
        !             6:  DEFAULT_INCLUDES =
        !             7:  INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/sigc++/config
        !             8: -LDADD = $(top_builddir)/sigc++/libsigc-1.2.la
        !             9: +LDADD = $(top_builddir)/sigc++/libsigc.la
        !            10:
        !            11:  noinst_PROGRAMS = \
        !            12:     size_test       connection_test object_test \

CVSweb