diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index a57868d..8161f8e 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -17,7 +17,6 @@ libcommon_la_SOURCES = \ ibuf.h ibuf.c \ io.h io.c \ itoa.h itoa.c \ - fnv1a.h fnv1a.c \ leb128.h leb128.c \ macros.h \ net.h net.c \ @@ -58,6 +57,7 @@ libcommon4_la_SOURCES = \ datatypes.h \ environment.h environment.c \ extstr.h extstr.c \ + fnv1a.h fnv1a.c \ io.h io.c \ leb128.h leb128.c \ packed.h packed.c \ |