mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk third-party) automatically generate miniupnpcstrings.h
This commit is contained in:
parent
1b03a3cab9
commit
6fb3660280
1 changed files with 6 additions and 0 deletions
6
third-party/miniupnp/Makefile.am
vendored
6
third-party/miniupnp/Makefile.am
vendored
|
@ -28,3 +28,9 @@ noinst_HEADERS = \
|
||||||
extra_DIST = \
|
extra_DIST = \
|
||||||
README \
|
README \
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
||||||
|
BUILT_SOURCES = \
|
||||||
|
miniupnpcstrings.h
|
||||||
|
|
||||||
|
miniupnpcstrings.h: Makefile
|
||||||
|
./updateminiupnpcstrings.sh
|
||||||
|
|
Loading…
Reference in a new issue