diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-17 19:06:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-17 19:06:15 +0000 |
commit | 9d077316ac3c6a18a4b13e90d7549188c2fe1f81 (patch) | |
tree | a6bc44ee81a35cf43ffe9c9968dfdc8de82711dd /src/tun/Makefile.am | |
parent | 87509e6096da2f4c7a8359da338574f939d01f13 (diff) |
-renaming TUN structs to follow namnig conventions
Diffstat (limited to 'src/tun/Makefile.am')
-rw-r--r-- | src/tun/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am index 15b0d6205b..bfc1135d8a 100644 --- a/src/tun/Makefile.am +++ b/src/tun/Makefile.am @@ -15,6 +15,6 @@ libgnunettun_la_SOURCES = \ tun.c libgnunettun_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) -libgnunethello_la_LDFLAGS = \ +libgnunettun_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) |