aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
commit33a5d276ff045e45d05264a0c17a545ecd277548 (patch)
tree1c4e99feb6b73a77157f94e1a21af87d595dd07f /src/nat
parent999ab7de8d21c8bbcaac15d8fa9d1e2360f4b567 (diff)
downloadgnunet-33a5d276ff045e45d05264a0c17a545ecd277548.tar.gz
gnunet-33a5d276ff045e45d05264a0c17a545ecd277548.zip
-renaming testing-new.h to testing.h, bumping library versions
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 3a40340a8..1b57ab63e 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -64,7 +64,7 @@ libgnunetnat_la_LIBADD = \
64 64
65libgnunetnat_la_LDFLAGS = \ 65libgnunetnat_la_LDFLAGS = \
66 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 66 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
67 -version-info 0:1:0 67 -version-info 1:0:1
68 68
69check_PROGRAMS = \ 69check_PROGRAMS = \
70 test_nat \ 70 test_nat \