add encoder.h and decoder.h

This commit is contained in:
Josh Coalson 2002-05-29 05:54:52 +00:00
parent 5ac8bd1cda
commit 99f4140468
2 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,6 @@ includedir = ${prefix}/include/FLAC++
include_HEADERS = \
all.h \
decoder.h \
encoder.h \
metadata.h

View File

@ -20,6 +20,8 @@
#ifndef FLACPP__ALL_H
#define FLACPP__ALL_H
#include "encoder.h"
#include "decoder.h"
#include "metadata.h"
#endif