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

Collapse All | Expand All

(-)vilistextum-2.6.9/src/Makefile.am (-1 / +1 lines)
Lines 6-12 Link Here
6
											main.c main.h util.c util.h \
6
											main.c main.h util.c util.h \
7
											multibyte.h unicode_entities.c unicode_entities.h
7
											multibyte.h unicode_entities.c unicode_entities.h
8
8
9
AM_CFLAGS = -Wall -O2 -ansi
9
AM_CFLAGS = -Wall -ansi
10
AM_LDFLAGS = $(STATIC)
10
AM_LDFLAGS = $(STATIC)
11
11
12
EXTRA_DIST = kilistextum.kaptn
12
EXTRA_DIST = kilistextum.kaptn
(-)vilistextum-2.6.9/tests/Makefile.am (-1 / +1 lines)
Lines 16-20 Link Here
16
16
17
test: check
17
test: check
18
18
19
all: check
19
all:
20
20

Return to bug 155734