mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
tag: fix distcheck issue
Dist licenses dict.
This commit is contained in:
parent
b7bb1e5633
commit
6b4064510a
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ libgsttag_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(
|
||||||
|
|
||||||
# lang-tables.dat contains generated static data and is included by lang.c
|
# lang-tables.dat contains generated static data and is included by lang.c
|
||||||
# licenses-tables.dat contains generated data and is included by licenses.c
|
# licenses-tables.dat contains generated data and is included by licenses.c
|
||||||
EXTRA_DIST = lang-tables.dat licenses-tables.dat
|
EXTRA_DIST = lang-tables.dat licenses-tables.dat license-translations.dict
|
||||||
|
|
||||||
noinst_HEADERS = gsttageditingprivate.h id3v2.h
|
noinst_HEADERS = gsttageditingprivate.h id3v2.h
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ update-licenses: mklicensestables
|
||||||
# strings retranslated, but also we don't want to create 30 1kB .mo files,
|
# strings retranslated, but also we don't want to create 30 1kB .mo files,
|
||||||
# so just do something for now, we can change it later if someone really cares.
|
# so just do something for now, we can change it later if someone really cares.
|
||||||
licensetransdir = $(pkgdatadir)
|
licensetransdir = $(pkgdatadir)
|
||||||
licensetrans_DATA = $(builddir)/license-translations.dict
|
licensetrans_DATA = $(srcdir)/license-translations.dict
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Android.mk: Makefile.am
|
Android.mk: Makefile.am
|
||||||
|
|
Loading…
Reference in a new issue