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

Annotation of ports/devel/libsigc++/patches/patch-examples_Makefile_am, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- examples/Makefile.am.orig  Mon Mar  9 10:11:20 2009
                      3: +++ examples/Makefile.am       Mon Mar  9 10:11:37 2009
                      4: @@ -4,7 +4,7 @@ EXTRA_DIST = nine.h.m4
                      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 = signals hello_world
                     12:

CVSweb