Skip to content

Commit

Permalink
Some small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaf Lenz committed Jul 20, 2012
1 parent 6dcfb64 commit 00418f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/Makefile.am
Expand Up @@ -31,6 +31,7 @@ ESSCRIPTS = \
polymer.tcl \
statistics.tcl \
vtf.tcl \
vtk.tcl \
tclline.tcl \
parallel_tempering.tcl

Expand Down
3 changes: 1 addition & 2 deletions src/Makefile.am
Expand Up @@ -39,7 +39,6 @@ libEspresso_a_SOURCES = \
domain_decomposition.c domain_decomposition.h \
energy.c energy.h \
errorhandling.c errorhandling.h \
debye_hueckel.h \
fft.c fft.h \
fft-common.c fft-common.h \
fft-dipolar.c fft-dipolar.h \
Expand Down Expand Up @@ -300,7 +299,7 @@ myconfig-final.h: FORCE
# Handling of the features
#################################################################
# config-features.c must occur at the beginning of the SOURCES so that it is compiled first
libEspresso_a_SOURCES += config-features.c
#libEspresso_a_SOURCES += config-features.c
EXTRA_DIST = \
features.def \
config-features.h config-features.c \
Expand Down

0 comments on commit 00418f4

Please sign in to comment.