diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-22 06:55:25 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-22 06:55:25 +0200 |
commit | 6e205903f044186392a9aca24203148167552159 (patch) | |
tree | 684fcc6e055cd56209f3cb65443f83f28048f823 /jurt | |
parent | fdd24a57655c3d15addeeca12e844cc1cd4e1765 (diff) |
add missing package name
This means the file has not been delivered since gbuildification of
jurt (that is, since 3.6). Is is needed at all?
Change-Id: Iccc0b83e87609fbd3e11bca2fdb8b56de818c1fe
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/Package_jnilib.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jurt/Package_jnilib.mk b/jurt/Package_jnilib.mk index 8767d3d23548..bb713d1218fd 100644 --- a/jurt/Package_jnilib.mk +++ b/jurt/Package_jnilib.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Package_Package,jurt_jnilib,$(WORKDIR)/CustomTarget/jurt/util)) -$(eval $(call gb_Package_add_file,lib/$(patsubst %.dylib,%.jnilib,$(call gb_Library_get_filename,jpipe)),,$(patsubst %.dylib,%.jnilib,$(call gb_Library_get_filename,jpipe)))) +$(eval $(call gb_Package_add_files,jurt_jnilib,lib,\ + $(patsubst %.dylib,%.jnilib,$(call gb_Library_get_filename,jpipe)) \ +)) # vim:set noet sw=4 ts=4: |