blob: 4423d00729f3ee5db4c87a449f20e227ae141976 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_TYPE := userlib
MODULE_GROUP := test
MODULE_SO_NAME := dlopen-indirect-deps-test-liba
MODULE_SRCS := $(LOCAL_DIR)/liba.c
MODULE_LIBS := $(LOCAL_DIR)/dlopen-indirect-deps-test-libb system/ulib/c
include make/module.mk