Skip to content
Snippets Groups Projects
Commit 23288497 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Update the Makefile to correctly compile the cooling rate example

parent 723efc08
No related branches found
No related tags found
No related merge requests found
......@@ -1834,7 +1834,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
AM_CONDITIONAL([HAVEEAGLECOOLING], [test $with_cooling = "EAGLE"])
# Handle .in files.
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile examples/CoolingRates/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile examples/Cooling/CoolingRates/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
AC_CONFIG_FILES([argparse/Makefile tools/Makefile])
AC_CONFIG_FILES([tests/testReading.sh], [chmod +x tests/testReading.sh])
AC_CONFIG_FILES([tests/testActivePair.sh], [chmod +x tests/testActivePair.sh])
......
......@@ -28,5 +28,5 @@ bin_PROGRAMS = cooling_rates
# Sources
cooling_rates_SOURCES = cooling_rates.c
cooling_rates_CFLAGS = $(MYFLAGS) $(AM_CFLAGS)
cooling_rates_LDADD = ../../src/.libs/libswiftsim.a $(EXTRA_LIBS)
cooling_rates_LDADD = ../../../src/.libs/libswiftsim.a $(EXTRA_LIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment