~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to m4/Makefile.am

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
EXTRA_DIST = \
 
4
        codeset.m4 \
 
5
        gettext.m4 \
 
6
        glibc21.m4 \
 
7
        iconv.m4 \
 
8
        intdiv0.m4 \
 
9
        inttypes-pri.m4 \
 
10
        inttypes.m4 \
 
11
        inttypes_h.m4 \
 
12
        isc-posix.m4 \
 
13
        lcmessage.m4 \
 
14
        lib-ld.m4 \
 
15
        lib-link.m4 \
 
16
        lib-prefix.m4 \
 
17
        private.m4 \
 
18
        progtest.m4 \
 
19
        stdint_h.m4 \
 
20
        uintmax_t.m4 \
 
21
        ulonglong.m4 \
 
22
        vlc.m4 \
 
23
        $(NULL)
 
24