blob: b418bbd1ed4fc8d073c43d81f2f3979ec789cea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f03f215..8e9ca63 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,6 +9,8 @@ EXTRA_PROGRAMS = happrox
happrox_LDADD = $(LDADD) -lnetpbm
+happrox_CPPFLAGS = -I/usr/include/netpbm
+
if HAS_NETPBM
NETPBM_EXTRA = happrox
endif
@@ -16,9 +18,7 @@ endif
bin_PROGRAMS = \
transform \
delaunay \
- $(NETPBM_EXTRA)
-
-noinst_PROGRAMS = \
+ $(NETPBM_EXTRA) \
set \
volume \
cleanup \
|