diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-30 19:58:16 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-30 19:58:16 +0000 |
commit | 17a543e25897ff5bfa255768dcce7897bf3cc83f (patch) | |
tree | b34f968955593da4b3891472fcf8bfe2887c56ef /muse2/synti/libsynti | |
parent | a4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff) |
Removal of autotools stuff.
Diffstat (limited to 'muse2/synti/libsynti')
-rw-r--r-- | muse2/synti/libsynti/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/muse2/synti/libsynti/Makefile.am b/muse2/synti/libsynti/Makefile.am deleted file mode 100644 index 04ec45d6..00000000 --- a/muse2/synti/libsynti/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -include $(top_srcdir)/common.am - -AM_CXXFLAGS += -I$(top_srcdir) - -EXTRA_LTLIBRARIES = - -noinst_LTLIBRARIES = libsynti.la -libsynti_la_LDFLAGS = - -libsynti_la_SOURCES = \ - mess.cpp mess.h \ - gui.cpp gui.h \ - mono.cpp mono.h \ - poly.cpp poly.h \ - mpevent.cpp mpevent.h evdata.h |