Skip to content

Commit fa8f589

Browse files
committed
remove jdns submodule
1 parent 1b1cb9e commit fa8f589

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
[submodule "src/common"]
55
path = src/common
66
url = https://github.com/fanout/common.git
7-
[submodule "src/jdns"]
8-
path = src/jdns
9-
url = https://github.com/psi-im/jdns.git

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ VERSION=$1
1010

1111
mkdir -p build/zurl-$VERSION
1212
cp -a .gitignore CHANGELOG.md COPYING README.md configure zurl.qc zurl.pro zurl.conf.example qcm src tools tests build/zurl-$VERSION
13-
rm -rf build/zurl-$VERSION/src/qzmq/.git build/zurl-$VERSION/src/common/.git build/zurl-$VERSION/src/jdns/.git
13+
rm -rf build/zurl-$VERSION/src/qzmq/.git build/zurl-$VERSION/src/common/.git
1414
cd build
1515
tar jcvf zurl-$VERSION.tar.bz2 zurl-$VERSION

src/jdns

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/libzurl/libzurl.pri

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ QMAKE_CXXFLAGS += $$(CXXFLAGS)
55
QMAKE_CFLAGS += $$(CFLAGS)
66
QMAKE_LFLAGS += $$(LDFLAGS)
77

8-
include($$SRC_DIR/jdns/jdns.pri)
9-
108
INCLUDEPATH += $$SRC_DIR/qzmq/src
119
include($$SRC_DIR/qzmq/src/src.pri)
1210

src/zurl/zurl.pri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ QMAKE_CFLAGS += $$(CFLAGS)
66
QMAKE_LFLAGS += $$(LDFLAGS)
77

88
INCLUDEPATH += $$SRC_DIR
9-
INCLUDEPATH += $$SRC_DIR/jdns/include/jdns
109
INCLUDEPATH += $$SRC_DIR/qzmq/src
1110

1211
INCLUDEPATH += $$COMMON_DIR

tests/tests.pri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ include($$PWD/../conf.pri)
1313
COMMON_DIR = $$SRC_DIR/common
1414

1515
INCLUDEPATH += $$SRC_DIR
16-
INCLUDEPATH += $$SRC_DIR/jdns/include/jdns
1716
INCLUDEPATH += $$SRC_DIR/qzmq/src
1817

1918
INCLUDEPATH += $$COMMON_DIR

0 commit comments

Comments
 (0)