| 1 |
diff -uNr MyPasswordSafe-20061216-orig/Makefile MyPasswordSafe-20061216/Makefile
|
| 2 |
--- MyPasswordSafe-20061216-orig/Makefile 2004-12-06 14:14:53.000000000 +0100
|
| 3 |
+++ MyPasswordSafe-20061216/Makefile 2007-07-06 20:55:45.000000000 +0200
|
| 4 |
@@ -27,7 +27,7 @@
|
| 5 |
MyPasswordSafe.mak: MyPasswordSafe.pro
|
| 6 |
$(QMAKE) -o $@ $<
|
| 7 |
|
| 8 |
-MyPasswordSafe: config uuid-1.0.0/.libs/libuuid.a MyPasswordSafe.mak
|
| 9 |
+MyPasswordSafe: config MyPasswordSafe.mak
|
| 10 |
${MAKE} -f MyPasswordSafe.mak
|
| 11 |
lrelease locale/*.ts
|
| 12 |
|
| 13 |
diff -uNr MyPasswordSafe-20061216-orig/MyPasswordSafe.pro MyPasswordSafe-20061216/MyPasswordSafe.pro
|
| 14 |
--- MyPasswordSafe-20061216-orig/MyPasswordSafe.pro 2006-04-06 13:04:38.000000000 +0200
|
| 15 |
+++ MyPasswordSafe-20061216/MyPasswordSafe.pro 2007-07-06 21:04:34.000000000 +0200
|
| 16 |
@@ -3,8 +3,8 @@
|
| 17 |
|
| 18 |
CONFIG += qt warn_on
|
| 19 |
|
| 20 |
-LIBS += uuid-1.0.0/.libs/libuuid.a
|
| 21 |
-INCLUDEPATH += uuid-1.0.0
|
| 22 |
+LIBS += -lossp-uuid
|
| 23 |
+#INCLUDEPATH += uuid-1.0.0
|
| 24 |
|
| 25 |
# idle
|
| 26 |
CONFIG += idle
|