Skip to content

Commit

Permalink
add MutexLock.h to SOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-buerger-met-no committed Oct 6, 2016
1 parent 18bd4f9 commit 5d2ea8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ libfimex_la_SOURCES = interpolation.c \
Logger.cc \
Log4cppLogger.cc \
Log4cppLogger.h \
MutexLock.h \
mifi_mpi.c \
NcmlCDMReader.cc \
NcmlAggregationReader.h \
Expand Down
22 changes: 12 additions & 10 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,12 @@ am__libfimex_la_SOURCES_DIST = interpolation.c c_fimex.cc \
FeltCDMReader2.h FeltCDMReader2.cc Felt_File_Error.h \
Felt_File2.h Felt_File2.cc FeltParameters.h FeltParameters.cc \
FillWriter.cc GridDefinition.cc IndexedData.cc Logger.cc \
Log4cppLogger.cc Log4cppLogger.h mifi_mpi.c NcmlCDMReader.cc \
NcmlAggregationReader.h NcmlAggregationReader.cc \
Null_CDMWriter.cc ReplaceStringObject.cc \
ReplaceStringTimeObject.cc SpatialAxisSpec.cc SliceBuilder.cc \
ThreadPool.c TimeUnit.cc TimeSpec.cc Units.cc Utils.cc \
Log4cppLogger.cc Log4cppLogger.h MutexLock.h mifi_mpi.c \
NcmlCDMReader.cc NcmlAggregationReader.h \
NcmlAggregationReader.cc Null_CDMWriter.cc \
ReplaceStringObject.cc ReplaceStringTimeObject.cc \
SpatialAxisSpec.cc SliceBuilder.cc ThreadPool.c TimeUnit.cc \
TimeSpec.cc Units.cc Utils.cc \
vertical_coordinate_transformations.c XMLDoc.cc XMLInput.cc \
NetCDF_CDMReader.cc NetCDF_CDMWriter.cc NetCDF_Utils.cc \
NetCDF_Utils.h GribApiCDMWriter.cc \
Expand Down Expand Up @@ -786,11 +787,12 @@ libfimex_la_SOURCES = interpolation.c c_fimex.cc C_CDMReader.cc \
FeltCDMReader2.h FeltCDMReader2.cc Felt_File_Error.h \
Felt_File2.h Felt_File2.cc FeltParameters.h FeltParameters.cc \
FillWriter.cc GridDefinition.cc IndexedData.cc Logger.cc \
Log4cppLogger.cc Log4cppLogger.h mifi_mpi.c NcmlCDMReader.cc \
NcmlAggregationReader.h NcmlAggregationReader.cc \
Null_CDMWriter.cc ReplaceStringObject.cc \
ReplaceStringTimeObject.cc SpatialAxisSpec.cc SliceBuilder.cc \
ThreadPool.c TimeUnit.cc TimeSpec.cc Units.cc Utils.cc \
Log4cppLogger.cc Log4cppLogger.h MutexLock.h mifi_mpi.c \
NcmlCDMReader.cc NcmlAggregationReader.h \
NcmlAggregationReader.cc Null_CDMWriter.cc \
ReplaceStringObject.cc ReplaceStringTimeObject.cc \
SpatialAxisSpec.cc SliceBuilder.cc ThreadPool.c TimeUnit.cc \
TimeSpec.cc Units.cc Utils.cc \
vertical_coordinate_transformations.c XMLDoc.cc XMLInput.cc \
$(am__append_1) $(am__append_2) $(am__append_3) \
$(am__append_4) $(am__append_6)
Expand Down

0 comments on commit 5d2ea8f

Please sign in to comment.