summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--src/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 4fce771..5a9a136 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "admin"]
path = admin
- url = http://[email protected]/scm/git/tde-common-admin
+ url = http://scm.trinitydesktop.org/scm/git/tde-common-admin
[submodule "cmake"]
path = cmake
- url = http://[email protected]/scm/git/tde-common-cmake
+ url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake
diff --git a/src/Makefile b/src/Makefile
index 6d47bcc..a1a16ea 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,13 +13,13 @@ messages.o: messages.c
gcc messages.c -c
smartauthmon.o: smartauthmon.cpp
- g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c
+ g++ -I/usr/include/tqt -I/usr/include/qt3 -I/usr/include/tqt3 smartauthmon.cpp -c
ckpasswd: ckpasswd.o
gcc ckpasswd.o xmalloc.o messages.o -o ckpasswd -lpam -lcrypt
smartauthmon: smartauthmon.o ckpass.o
- gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -lqt-mt -ltqt -lpam -lcrypt
+ gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt --allow-shlib-undefined
clean:
rm -f ckpasswd.o xmalloc.o messages.o ckpasswd