Skip to content
Snippets Groups Projects

Add --enable-samples option

Closed Fabrice Fontaine requested to merge (removed):master into master
1 unresolved thread

Allow the user to disable samples

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
36 36
37 37 ACLOCAL_AMFLAGS = -I m4
38 38
39 SUBDIRS = third-party source XMPCore XMPFiles samples exempi
40 DIST_SUBDIRS = build third-party source XMPCore XMPFiles XMPFilesPlugins samples exempi public
39 SUBDIRS = third-party source XMPCore XMPFiles exempi
40 DIST_SUBDIRS = build third-party source XMPCore XMPFiles XMPFilesPlugins exempi public
41
42 if ENABLE_SAMPLES
43 SUBDIRS += samples
44 DIST_SUBDIRS += samples
Please register or sign in to reply
Loading