summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-10 17:56:53 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-10 18:13:11 (GMT)
commita17bb9f842aca9ad9b414237ad576aa7a887349e (patch)
tree08ed44da292d4ff82def9f0b135a17e20536b7b8 /Swiften/Makefile.inc
parente2f5588d089e4d2148762ea092e032976254a467 (diff)
downloadswift-a17bb9f842aca9ad9b414237ad576aa7a887349e.zip
swift-a17bb9f842aca9ad9b414237ad576aa7a887349e.tar.bz2
Moved Swiften/QA/UnitTest to QA/UnitTest.
Diffstat (limited to 'Swiften/Makefile.inc')
-rw-r--r--Swiften/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Makefile.inc b/Swiften/Makefile.inc
index bb93bf8..12323db 100644
--- a/Swiften/Makefile.inc
+++ b/Swiften/Makefile.inc
@@ -42,4 +42,5 @@ lib: $(SWIFTEN_TARGET)
$(SWIFTEN_TARGET): $(SWIFTEN_OBJECTS)
$(QUIET_AR)$(AR) $(ARFLAGS) $@ $(SWIFTEN_OBJECTS)
+include Swiften/QA/Makefile.inc
include Swiften/Examples/Makefile.inc