## Process this with automake to create Makefile.in AUTOMAKE_OPTIONS = foreign SUBDIRS = liboddcast libtranscoder bin_PROGRAMS = streamTranscoder EXTRA_DIST = transcoder.cfg streamTranscoder.dsp streamTranscoder.dsw streamTranscoder.iss getopt.c getopt.h streamTranscoder.sh streamTranscoder_SOURCES = commandline.cpp streamTranscoder_LDADD = liboddcast/liboddcast.la libtranscoder/libtranscoder.la LIBS = @LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ @CURL_LIBS@ @MAD_LIBS@ @LAME_LIBS@ @VORBISENC_LIBS@ @VORBISFILE_LIBS@ CFLAGS = -g @CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @CURL_CFLAGS@ @MAD_CFLAGS@ @LAME_CFLAGS@ @VORBISENC_CFLAGS@ @VORBISFILE_CFLAGS@ INCLUDES = -I$(srcdir)/liboddcast -I$(srcdir)/libtranscoder install-hook: cp transcoder.cfg $(DESTDIR)$(sysconfdir)/transcoder.cfg