8 BE_DLLLIBS= -bundle_loader $(bindir)/postgres
10 BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
13 # Rule for building shared libs (currently used only for regression test
14 # shlib ... should go away, since this is not really enough knowledge)
16 $(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS)