root/modules/Makefile.am

Revision 7690e538aa8ad75a872bd0235f528d2d8f54675f, 500 bytes (checked in by Rémi Denis-Courmont <rem@videolan.org>, 7 months ago)

Do not wander twice in the same subdir - fix distcheck

  • Property mode set to 100644
Line 
1 BASE_SUBDIRS = \
2         access \
3         access_filter \
4         audio_filter \
5         audio_mixer \
6         audio_output \
7         codec \
8         control \
9         demux \
10         gui \
11         meta_engine \
12         misc \
13         packetizer \
14         services_discovery \
15         video_chroma \
16         video_filter \
17         video_output \
18         visualization
19 EXTRA_SUBDIRS = \
20         access_output \
21         mux \
22         stream_out
23
24 SUBDIRS = $(BASE_SUBDIRS)
25 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
26 if ENABLE_SOUT
27 SUBDIRS += access_output mux stream_out
28 endif
29
30 dist_noinst_SCRIPTS = genmf list.sh
31 dist_noinst_DATA = LIST
Note: See TracBrowser for help on using the browser.