diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-12-02 20:11:22 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-12-02 20:11:22 +0100 |
commit | e0561e4e84ea0ecc1caea7bd5a27e37687ddbd63 (patch) | |
tree | f9c37217dfe4cab081eaa2518c0f99c1ffb436b1 /smoketest | |
parent | 57578c1828755850d1dfdb391d571d7bf1b7cada (diff) |
really build libsmoketest
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/makefile.mk b/smoketest/makefile.mk index 0549eff0bd37..2f474b220d3d 100755 --- a/smoketest/makefile.mk +++ b/smoketest/makefile.mk @@ -46,4 +46,4 @@ SHL1STDLIBS = $(CPPUHELPERLIB) $(CPPULIB) $(CPPUNITLIB) $(SALLIB) $(UNOTESTLIB) SHL1USE_EXPORTS = name DEF1NAME = $(SHL1TARGET) -ALLTAR : $(SHL1TARGETN) +.INCLUDE : target.mk |