* [PATCH] iecset makefile fix
@ 2003-10-28 16:28 Clemens Ladisch
2003-10-28 17:54 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2003-10-28 16:28 UTC (permalink / raw)
To: alsa-devel
fix wrong SOURCES in Makefile.am
Index: alsa-utils/iecset/Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/iecset/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- alsa-utils/iecset/Makefile.am 23 Oct 2003 16:54:33 -0000 1.1
+++ alsa-utils/iecset/Makefile.am 28 Oct 2003 16:26:28 -0000
@@ -4,6 +4,7 @@
# CFLAGS += -g -Wall
bin_PROGRAMS = iecset
-amixer_SOURCES = iecset.c iecbits.c
+iecset_SOURCES = iecset.c
+EXTRA_iecset_SOURCES = iecbits.c
man_MANS = iecset.1
EXTRA_DIST = iecset.1
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-28 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-28 16:28 [PATCH] iecset makefile fix Clemens Ladisch
2003-10-28 17:54 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.