mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
development (and avoid duplicating effort) by providing a common framework to deal with server communications. PR: ports/77064 Submitted by: Jan Rochel <jannisan@t-online.de>
19 lines
699 B
Text
19 lines
699 B
Text
*** Makefile.in.orig Fri Feb 4 04:55:20 2005
|
|
--- Makefile.in Fri Feb 4 04:55:31 2005
|
|
***************
|
|
*** 210,216 ****
|
|
target_vendor = @target_vendor@
|
|
SUBDIRS = Eris bindings test
|
|
EXTRA_DIST = autogen.sh Eris.pbproj/project.pbxproj eris.spec
|
|
! pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = eris-1.2.pc @ERIS_POLL_PKGCONFIGS@
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
--- 210,216 ----
|
|
target_vendor = @target_vendor@
|
|
SUBDIRS = Eris bindings test
|
|
EXTRA_DIST = autogen.sh Eris.pbproj/project.pbxproj eris.spec
|
|
! pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = eris-1.2.pc @ERIS_POLL_PKGCONFIGS@
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|