Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-01-25 11:27:16 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-02-04 10:49:52 +0300
commit60cd4a14986f31c8b4af617a598d01d896de9d6d (patch)
tree49d20aa8cd35f9851895da6adf3c255f86cb8874 /Makefile.am
parent3471fc4b81a50b47c388b9ad7f280f868a59d9b5 (diff)
Add include/Makefile.am
It's generally better to have Makefile.am in every directory rather than manage files in one directory from Makefile.am in another directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d0034d0..b319cbd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,6 @@ pkgconfig_DATA = rfxcodec.pc
EXTRA_DIST = bootstrap readme.txt
SUBDIRS = \
+ include \
src \
tests
-
-include_HEADERS = \
- include/rfxcodec_encode.h \
- include/rfxcodec_decode.h \
- include/rfxcodec_common.h