From 2e8bb0d56715e5c24c8dd251f7d90e888e3e63e5 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Sat, 3 Mar 2012 09:33:19 -0500 Subject: [PATCH] A foolish consistency with respect to the ordering of making example programs --- example/Makefile.am | 6 +++--- 1 file 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)