X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2FMakefile;h=35be86a89400e8eacec559221c48eb4eec224f92;hp=976c59432206eb05a77bd0a3af5e1b3899e84e73;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/Makefile b/src/Makefile index 976c594..35be86a 100755 --- a/src/Makefile +++ b/src/Makefile @@ -18,6 +18,7 @@ none: @echo "\"make setdb\" to enable database support." @echo "\"make unsetdb\" to disable database support." @echo "\"make setoneway\" to enable one-way connection to the manager." + @echo "\"make setgeoip\" to enable source IP geolocalization." clean: @/bin/sh ./Makeall clean @@ -54,6 +55,9 @@ unsetclang: setprelude: @echo "CPRELUDE=-DPRELUDE -lprelude `libprelude-config --pthread-cflags` `libprelude-config --libs`" >> ./Config.OS +setgeoip: + @echo "CGEOIP=-DGEOIP -I/usr/local/include -L/usr/local/lib -lGeoIP" >> ./Config.OS + setdb: @cd ./os_dbd; echo "CDB=`./dbmake.sh`" >> ../Config.OS; setmaxagents: