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/organ | |
parent | a4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff) |
Removal of autotools stuff.
Diffstat (limited to 'muse2/synti/organ')
-rw-r--r-- | muse2/synti/organ/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/muse2/synti/organ/Makefile.am b/muse2/synti/organ/Makefile.am deleted file mode 100644 index 83f5800e..00000000 --- a/muse2/synti/organ/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -include $(top_srcdir)/common.am -include $(top_srcdir)/synti/synti-install.am - -AM_CXXFLAGS += -O3 -ffast-math -fno-exceptions - -synthi_LTLIBRARIES = organ.la - -organ_la_SOURCES = organ.cpp organ.h organgui.cpp organgui.h \ - organguibase.ui \ - $(top_srcdir)/muse/xml.cpp - -nodist_organ_la_SOURCES = moc_organgui.cpp - -organ_la_LIBADD = ../libsynti/libsynti.la -organ_la_LDFLAGS = -module -avoid-version |