Added aac plugin.
[lms] / lightmediascanner / src / plugins / Makefile.am
index bd96557..76fa13c 100644 (file)
@@ -46,6 +46,14 @@ if USE_MODULE_RM
 SUBDIRS += rm
 endif
 
+if USE_MODULE_MP4
+SUBDIRS += mp4
+endif
+
+if USE_MODULE_AAC
+SUBDIRS += aac
+endif
+
 DIST_SUBDIRS = \
        dummy \
        jpeg \
@@ -57,4 +65,6 @@ DIST_SUBDIRS = \
        ogg \
        pls \
        asf \
-       rm
+       rm \
+       mp4 \
+       aac