aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-27 10:26:20 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-27 10:26:20 +0000
commitf68e5cda5acb6f39abaaeec839cb7e7cf2b77053 (patch)
tree82a9eb484330322585b067191e4c823ce8fef955 /src/Makefile.am
parentb7daa03785d09510b3f36d4e6bbab37b005c3619 (diff)
downloadgnunet-f68e5cda5acb6f39abaaeec839cb7e7cf2b77053.tar.gz
gnunet-f68e5cda5acb6f39abaaeec839cb7e7cf2b77053.zip
-fix order
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d6eeb732a..1aa952a67 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ endif
8 8
9if LINUX 9if LINUX
10# All of these currently only work on GNU/Linux 10# All of these currently only work on GNU/Linux
11 LINUX_DIR = dns vpn gns exit pt 11 LINUX_DIR = dns exit vpn gns pt
12endif 12endif
13 13
14if HAVE_MYSQL 14if HAVE_MYSQL