X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=0ffc51501117238fbc47bd3747e88c38d60c5c5d;hb=d4da0d585c7f603889f9655320e6a28127a7666f;hp=2f12b663875d59e388c5ad122fe14a0cd380f541;hpb=ab6a68b2020d04d13c00a28faf76246b84eaa3a1;p=vlc diff --git a/Makefile.am b/Makefile.am index 2f12b66387..0ffc515011 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,10 +9,18 @@ # - libs/* are needed by modules EXTRA_SUBDIRS = m4 extras/package/ipkg \ bindings/python \ + libs/loader libs/srtp \ projects/mozilla projects/activex -SUBDIRS = po libs/loader libs/srtp src modules share doc test DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) +SUBDIRS = po src +if LOADER +SUBDIRS += libs/loader +endif +if HAVE_LIBGCRYPT +SUBDIRS += libs/srtp +endif +SUBDIRS += modules share doc test if BUILD_MOZILLA SUBDIRS += projects/mozilla endif