diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4cc1155..92df758 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,10 @@ if USE_NLS SUBDIRS += po endif +if ENABLE_TOTEM_PROPERTIES +SUBDIRS += audio-video-properties +endif + if ENABLE_OPEN_TERMINAL SUBDIRS += open-terminal endif |