blob: 22c3d188b20af9151a45a9b15a14c1e0502d75de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- examples/Makefile.am.orig 2010-01-15 07:32:31.000000000 +0000
+++ examples/Makefile.am 2010-01-15 07:34:11.000000000 +0000
@@ -8,17 +8,15 @@
EXTRA_PROGRAMS = happrox
happrox_LDADD = $(LDADD) -lnetpbm
-
+happrox_CPPFLAGS = -I/usr/include/netpbm
if HAS_NETPBM
NETPBM_EXTRA = happrox
endif
-bin_PROGRAMS = \
+check_PROGRAMS = \
transform \
delaunay \
- $(NETPBM_EXTRA)
-
-noinst_PROGRAMS = \
+ $(NETPBM_EXTRA) \
set \
volume \
cleanup \
|