diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 983d77c..92df758 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,14 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = po +SUBDIRS = + +if USE_NLS +SUBDIRS += po +endif + +if ENABLE_TOTEM_PROPERTIES +SUBDIRS += audio-video-properties +endif if ENABLE_OPEN_TERMINAL SUBDIRS += open-terminal |