diff options
author | Stefan Pöschel <github@basicmaster.de> | 2017-02-04 13:34:45 +0100 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2017-02-04 13:34:45 +0100 |
commit | 421ad8b206668e6168c4ed583d1a68741a4490b4 (patch) | |
tree | 843f3ca669d99e96f131772b991d6dae2896a66d /Makefile.am | |
parent | 714a1cf68c0b4b8f544273375df4aa2147e6ae16 (diff) | |
download | ODR-PadEnc-421ad8b206668e6168c4ed583d1a68741a4490b4.tar.gz ODR-PadEnc-421ad8b206668e6168c4ed583d1a68741a4490b4.tar.bz2 ODR-PadEnc-421ad8b206668e6168c4ed583d1a68741a4490b4.zip |
Relocate common PAD code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cdbb542..ef92e64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,8 @@ odr_padenc_LDADD = @MAGICKWAND_LDADD@ odr_padenc_SOURCES = \ src/odr-padenc.cpp \ src/common.h \ + src/pad_common.cpp \ + src/pad_common.h \ src/charset.h \ src/crc.cpp \ src/crc.h |