Author: aconway
Date: Mon Dec 10 10:21:11 2007
New Revision: 602984
URL: http://svn.apache.org/viewvc?rev=602984&view=rev
Log:
Make sure abs_srcdir is defined (for older automake versions)
Modified:
incubator/qpid/trunk/qpid/cpp/examples/Makefile.am
Modified: incubator/qpid/trunk/qpid/cpp/examples/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/Makefile.am?rev=602984&r1=602983&r2=602984&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/Makefile.am Mon Dec 10 10:21:11 2007
@@ -20,11 +20,14 @@
EXTRA_DIST=$(nobase_pkgdata_DATA)
+
# Note: we don't use normal automake SUBDIRS because the example
# makefiles don't understand all the recursive automake targets.
clean:
cd examples; $(MAKE) clean
+
[EMAIL PROTECTED]@
# Build the installed examples, then clean up to avoid rpmbuild warnings.
EXAMPLE_FLAGS=-I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir)
-Wl,-rpath,$(DESTDIR)$(libdir)