diff options
| author | Sebastien Alaiwan <sebastien.alaiwan@gmail.com> | 2014-04-06 22:58:03 +0200 |
|---|---|---|
| committer | Sebastien Alaiwan <sebastien.alaiwan@gmail.com> | 2014-04-06 22:58:03 +0200 |
| commit | e746e6cb8ac81cf0a82daa5c33261e52b1964883 (patch) | |
| tree | d61f3fb772fe425f9cb980535c664562ac53a35c | |
| parent | 7a3f04cd2c6461a9efc25dc064201806679d31a2 (diff) | |
Allow out-of-tree builds.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 82ad7ad..9eec40b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ RM = /bin/rm LN = /bin/ln -OBJECTS = RtMidi.o +OBJECTS = @top_srcdir@/RtMidi.o LIBNAME = librtmidi STATIC = $(LIBNAME).a |
