763f2cb464
interaction techniques. It's here mainly for upcoming Metisse port, an alternative X desktop with nifty OpenGL capabilities. WWW: http://insitu.lri.fr/~roussel/projects/nucleo/ XXX Currently, FFmpeg plugin is not built since out ffmpeg port lacks proper pkg-config(1) hooks. XXX
26 lines
951 B
Text
26 lines
951 B
Text
--- nucleo/network/Makefile.in.orig Mon Jan 29 15:59:06 2007
|
|
+++ nucleo/network/Makefile.in Wed May 30 20:38:34 2007
|
|
@@ -45,8 +45,6 @@
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
-@HAVE_DNS_SD_TRUE@am__append_1 = dnssd
|
|
-@HAVE_DNS_SD_TRUE@am__append_2 = dnssd/libdnssd.la
|
|
subdir = nucleo/network
|
|
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
|
|
$(srcdir)/Makefile.in
|
|
@@ -264,12 +262,11 @@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = http udp tcp $(am__append_1)
|
|
+SUBDIRS = http udp tcp dnssd
|
|
AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
|
|
noinst_LTLIBRARIES = libnetwork.la
|
|
libnetwork_la_SOURCES = NetworkUtils.cxx
|
|
-libnetwork_la_LIBADD = udp/libudp.la tcp/libtcp.la http/libhttp.la \
|
|
- $(am__append_2)
|
|
+libnetwork_la_LIBADD = udp/libudp.la tcp/libtcp.la http/libhttp.la dnssd/libdnssd.la
|
|
pkginclude_HEADERS = NetworkUtils.H
|
|
all: all-recursive
|
|
|