summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/shared-lib-paths/moz.build
blob: 4e3ed7cd0af599aac2b24f0cda39f997fec98986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/


@template
def SharedLibrary(name):
    FORCE_SHARED_LIB = True
    LIBRARY_NAME = name


DIRS += [
    "dist-bin",
    "dist-subdir",
    "final-target",
    "not-installed",
]