Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469774 | Differences between
and this patch

Collapse All | Expand All

(-)Linux-PAM-1.1.4/xtests/Makefile.am.orig (-1 / +16 lines)
Lines 7-13 Link Here
7
AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \
7
AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \
8
	-L$(top_builddir)/libpam_misc -lpam_misc
8
	-L$(top_builddir)/libpam_misc -lpam_misc
9
9
10
CLEANFILES = *~ $(XTESTS)
10
CLEANFILES = *~
11
11
12
EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \
12
EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \
13
	tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \
13
	tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \
Lines 51-53 Link Here
51
51
52
xtests: $(XTESTS) run-xtests.sh
52
xtests: $(XTESTS) run-xtests.sh
53
	"$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} ${NOSRCTESTS}
53
	"$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} ${NOSRCTESTS}
54
55
all: $(XTESTS)
56
57
install: install_xtests
58
59
install_xtests:
60
	$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/xtests
61
	for file in $(EXTRA_DIST) ; do \
62
		$(INSTALL) $$file $(DESTDIR)$(pkgdatadir)/xtests ; \
63
	done
64
	for file in $(XTESTS); do \
65
		$(INSTALL) .libs/$$file $(DESTDIR)$(pkgdatadir)/xtests ; \
66
	done
67
68
.PHONY: all install_xtests

Return to bug 469774