Skip to content

Commit

Permalink
took fd out of src/libcommon/Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCasses committed Jun 19, 2019
1 parent b2e52ac commit 3bea78a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/libcommon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
## Process this file with automake to produce Makefile.in.
##*****************************************************************************

noinst_HEADERS = fd.h \
hash.h \
noinst_HEADERS = hash.h \
hostlist.h \
list.h \
thread.h

noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = fd.c \
hash.c \
libcommon_la_SOURCES = hash.c \
hostlist.c \
list.c \
thread.c
Expand Down

0 comments on commit 3bea78a

Please sign in to comment.