Makefile.am: move org_musicpd_Bridge.h to BUILT_SOURCES
This commit is contained in:
parent
df43b6a05c
commit
8a6b4db19f
@ -28,8 +28,6 @@ noinst_LIBRARIES = \
|
|||||||
libmixer_plugins.a \
|
libmixer_plugins.a \
|
||||||
liboutput_plugins.a
|
liboutput_plugins.a
|
||||||
|
|
||||||
libmpd_a_DEPENDENCIES =
|
|
||||||
|
|
||||||
libmpd_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
libmpd_a_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(LIBMPDCLIENT_CFLAGS) \
|
$(LIBMPDCLIENT_CFLAGS) \
|
||||||
$(AVAHI_CFLAGS) \
|
$(AVAHI_CFLAGS) \
|
||||||
@ -289,7 +287,7 @@ android/build/bin/classes/org/musicpd/Bridge.class: android/src/Bridge.java andr
|
|||||||
android/build/include/org_musicpd_Bridge.h: android/build/bin/classes/org/musicpd/Bridge.class
|
android/build/include/org_musicpd_Bridge.h: android/build/bin/classes/org/musicpd/Bridge.class
|
||||||
javah -classpath $(ANDROID_SDK)/platforms/android-17/android.jar:android/build/bin/classes -d $(@D) org.musicpd.Bridge
|
javah -classpath $(ANDROID_SDK)/platforms/android-17/android.jar:android/build/bin/classes -d $(@D) org.musicpd.Bridge
|
||||||
|
|
||||||
libmpd_a_DEPENDENCIES += android/build/include/org_musicpd_Bridge.h
|
BUILT_SOURCES = android/build/include/org_musicpd_Bridge.h
|
||||||
|
|
||||||
android/build/libs/armeabi-v7a/libmpd.so: libmpd.so android/build/build.xml
|
android/build/libs/armeabi-v7a/libmpd.so: libmpd.so android/build/build.xml
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
|
1
NEWS
1
NEWS
@ -4,6 +4,7 @@ ver 0.19.9 (not yet released)
|
|||||||
* fix clock integer overflow on OS X
|
* fix clock integer overflow on OS X
|
||||||
* fix build failure with uClibc
|
* fix build failure with uClibc
|
||||||
* fix build failure on non-POSIX operating systems
|
* fix build failure on non-POSIX operating systems
|
||||||
|
* fix dependency issue on parallel Android build
|
||||||
|
|
||||||
ver 0.19.8 (2015/01/14)
|
ver 0.19.8 (2015/01/14)
|
||||||
* input
|
* input
|
||||||
|
Loading…
Reference in New Issue
Block a user