summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-03 09:33:19 -0500
committerR. Bernstein <rocky@gnu.org>2012-03-03 09:33:19 -0500
commit2e8bb0d56715e5c24c8dd251f7d90e888e3e63e5 (patch)
tree95b975328d497b253487b973e0b28e7881c288d7 /example
parent316fb2408f29b05aefe83cfb235c50958caf9a62 (diff)
A foolish consistency with respect to the ordering of making example programs
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index d340f7f0..3a83814d 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -22,10 +22,10 @@ if ENABLE_CPP
SUBDIRS = C++
endif
if BUILD_EXAMPLES
-noinst_PROGRAMS = audio cdchange cdtext device discid drives eject \
+noinst_PROGRAMS = audio cdchange cdio-eject cdtext device discid drives eject \
extract isofile isofile2 isofuzzy isolist isolsn \
- mmc1 mmc2 mmc2a mmc3 tracks \
- sample3 sample4 udf1 udffile cdio-eject
+ mmc1 mmc2 mmc2a mmc3 \
+ sample3 sample4 tracks udf1 udffile
endif
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)