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

Collapse All | Expand All

(-)configure.in.org (-2 / +1 lines)
Lines 15-20 Link Here
15
15
16
AC_CONFIG_FILES([config.mk
16
AC_CONFIG_FILES([config.mk
17
		 Makefile
17
		 Makefile
18
                 src/Makefile
18
                 src/Makefile])
19
                 test/Makefile])
20
AC_OUTPUT
19
AC_OUTPUT
(-)Makefile.in.org (-1 / +1 lines)
Lines 13-19 Link Here
13
topdir=.
13
topdir=.
14
include $(topdir)/config.mk
14
include $(topdir)/config.mk
15
15
16
subdirs=src test
16
subdirs=src
17
17
18
all: subdirs
18
all: subdirs
19
19

Return to bug 196324