Makefile.am 323 B

12345678910111213141516171819
  1. MAINTAINERCLEANFILES = Makefile.in
  2. SUBDIRS =
  3. if DEMOSYNTH_PLUGIN
  4. SUBDIRS += demo-synth
  5. endif
  6. if DEMORECOG_PLUGIN
  7. SUBDIRS += demo-recog
  8. endif
  9. if DEMOVERIFIER_PLUGIN
  10. SUBDIRS += demo-verifier
  11. endif
  12. if RECORDER_PLUGIN
  13. SUBDIRS += mrcp-recorder
  14. endif