components/libconfuse/patches/test-Makefile.am.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 24 Oct 2011 15:15:55 -0700
changeset 538 d8d7345db00f
parent 425 ddb1d95b4cfc
permissions -rw-r--r--
7104397 Userland should split out package BUILD_VERSION information Added tag s11 for changeset 10bd3a98a582
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
425
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
--- confuse-2.6/tests/Makefile.am	Sat Oct 13 06:29:34 2007
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
+++ confuse-2.6/tests/Makefile.am.new	Wed Jun 29 07:36:01 2011
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
@@ -4,6 +4,7 @@
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
 check_PROGRAMS=$(TESTS)
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
 
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
 LDADD=-L../src ../src/libconfuse.la $(LTLIBINTL)
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
+LIBADD=-lsocket -lnsl
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
 
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
 EXTRA_DIST=a.conf b.conf check_confuse.h
ddb1d95b4cfc 7067338 migrate libconfuse to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
 CLEANFILES=*~