Skip to content

Commit

Permalink
Update makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jun 8, 2021
1 parent 9d34da8 commit 8e6cb3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile_f2c.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = libsme.la
libsme_la_SOURCES = \
src/sme/platform.h \
src/sme/sme_synth_faster.h\
src/sme/sme_synth_faster.cpp \
src/sme/sme_python_bridge.h \
src/sme/sme_python_bridge.cpp \
src/eos/eos.c \
src/eos/eos_eqns.c \
src/eos/eos_math_special.c \
Expand Down
3 changes: 3 additions & 0 deletions Makefile_mac.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = libsme.la
libsme_la_SOURCES = \
src/sme/platform.h \
src/sme/sme_synth_faster.h \
src/sme/sme_synth_faster.cpp \
src/sme/sme_python_bridge.h \
src/sme/sme_python_bridge.cpp \
src/eos/eos.c \
src/eos/eos_eqns.c \
src/eos/eos_math_special.c \
Expand Down

0 comments on commit 8e6cb3d

Please sign in to comment.