From 8f2566c5a39f758bb0db337fc106fa94f52220df Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 5 Mar 2011 14:21:24 +0100 Subject: build: Support (srcdir != builddir) VDIR builds Support (srcdir != builddir) VDIR builds. This will also help a lot with preparing for a working "make distcheck". --- relblobif/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'relblobif') diff --git a/relblobif/Makefile.am b/relblobif/Makefile.am index e1da954..60d7c3d 100644 --- a/relblobif/Makefile.am +++ b/relblobif/Makefile.am @@ -29,10 +29,7 @@ # ################################################################## -.SUFFIXES= .@EMBEDDEDSQLEXT@ .@EMBEDDEDSQLOUT@ -.@EMBEDDEDSQLEXT@.@EMBEDDEDSQLOUT@: - $(EMBEDDEDSQLPRECOMPILER) $@ $< - +include $(top_srcdir)/ecpg.mk pkglib_LIBRARIES=librelblobif.a librelblobif_a_SOURCES= blobtile.hh \ -- cgit