blob: 2cab5d9f65dee821ec837b5926665c592ad62e36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./Makefile.am.orig
+++ ./Makefile.am
@@ -11,9 +11,9 @@
if HAVE_GNOME_PROXY
SUBDIRS += proxy/gnome
+SUBDIRS += proxy/tests
endif
-SUBDIRS += proxy/tests
if HAVE_GNUTLS
SUBDIRS += tls/gnutls
|