Index: mppenc/branches/r2d/src/Makefile.am
===================================================================
--- mppenc/branches/r2d/src/Makefile.am	(revision 61)
+++ mppenc/branches/r2d/src/Makefile.am	(revision 61)
@@ -0,0 +1,11 @@
+bin_PROGRAMS = mppenc
+
+
+# set the include path found by configure
+INCLUDES= $(all_includes)
+
+# the library search path.
+mppenc_LDFLAGS = $(all_libraries) 
+mppenc_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c keyboard.c \
+	mppenc.c pipeopen.c quant.c stderr.c tags.c tools.c wave_in.c winmsg.c
+mppenc_LDADD = -lm
