]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: 51d: move the 51d dummy lib to contrib/51d/src to match the real lib
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Jun 2019 13:56:10 +0000 (15:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Jun 2019 13:56:10 +0000 (15:56 +0200)
This way the directory structure remains the same as with the real lib and
one can apply the same build options regardless of where the lib is stored,
removing any possible confusion.

contrib/51d/src/cityhash/city.c [moved from contrib/51d/cityhash/city.c with 100% similarity]
contrib/51d/src/pattern/51Degrees.c [moved from contrib/51d/pattern/51Degrees.c with 100% similarity]
contrib/51d/src/pattern/51Degrees.h [moved from contrib/51d/pattern/51Degrees.h with 100% similarity]
contrib/51d/src/threading.c [moved from contrib/51d/threading.c with 100% similarity]
contrib/51d/src/trie/51Degrees.c [moved from contrib/51d/trie/51Degrees.c with 100% similarity]
contrib/51d/src/trie/51Degrees.h [moved from contrib/51d/trie/51Degrees.h with 100% similarity]
doc/51Degrees-device-detection.txt

index 2d4679d35573eb6cd1300ffce986fd89e70fae68..f0349abaa86e953a4cdb4689b81ec33cd5d23b74 100644 (file)
@@ -58,9 +58,11 @@ For HAProxy developers who need to verify that their changes didn't affect the
 directory. This does not function, but implements the API such that the
 51Degrees module can be used (but not return any meaningful information). To
 test either Pattern or Hash Trie, build with:
-    $ make TARGET=<target> USE_51DEGREES=1 51DEGREES_SRC=contrib/51d/pattern
+
+    $ make TARGET=<target> USE_51DEGREES=1 51DEGREES_SRC=contrib/51d/src/pattern
 or
-    $ make TARGET=<target> USE_51DEGREES=1 51DEGREES_SRC=contrib/51d/trie
+    $ make TARGET=<target> USE_51DEGREES=1 51DEGREES_SRC=contrib/51d/src/trie
+
 respectively.
 
 The configuration file needs to set the following parameters: