You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
637 B
24 lines
637 B
Index: gtk/Makefile.in |
|
--- gtk/Makefile.in.orig 2003-12-02 08:20:00.000000000 +0100 |
|
+++ gtk/Makefile.in 2004-01-04 10:03:44.000000000 +0100 |
|
@@ -190,7 +190,7 @@ |
|
${top_builddir}/common/libsynaptic.a\ |
|
-lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \ |
|
@PACKAGE_LIBS@ @ZVT_LIBS@ @VTE_LIBS@ \ |
|
- -lpthread $(LIBTAGCOLL_LIBS) |
|
+ $(LIBTAGCOLL_LIBS) |
|
|
|
|
|
glade_DATA = \ |
|
Index: gtk/rgsummarywindow.cc |
|
--- gtk/rgsummarywindow.cc.orig 2004-06-12 16:47:15 +0200 |
|
+++ gtk/rgsummarywindow.cc 2004-06-23 23:58:16 +0200 |
|
@@ -37,6 +37,8 @@ |
|
|
|
#include "rgsummarywindow.h" |
|
#include "rguserdialog.h" |
|
+#include "gsynaptic.h" |
|
+#include "rgmisc.h" |
|
|
|
#include "i18n.h" |
|
|
|
|