Skip to content

Commit

Permalink
Makefile.groups: geiop2 module added to a dedicated group
Browse files Browse the repository at this point in the history
- its dependency is not yet in commond stable OS distributions
  • Loading branch information
miconda committed Feb 3, 2015
1 parent f3ae358 commit 89d178f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Makefile.groups
Expand Up @@ -124,7 +124,10 @@ mod_list_perldeps=app_perl db_perlvdb
mod_list_python=app_python

# - modules depending on geoip library
mod_list_geoip=geoip geoip2
mod_list_geoip=geoip

# - modules depending on new geoip library
mod_list_geoip2=geoip2

# - modules depending on sqlite library
mod_list_sqlite=db_sqlite
Expand Down Expand Up @@ -201,7 +204,7 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
$(mod_list_gzcompress) $(mod_list_uuid) \
$(mod_list_ev) $(mod_list_kazoo) \
$(mod_list_mongodb) $(mod_list_cnxcc) \
$(mod_list_jansson))
$(mod_list_jansson) $(mod_list_geoip2))



Expand Down Expand Up @@ -329,6 +332,9 @@ module_group_kpython=$(mod_list_python)
# pkg geoip module
module_group_kgeoip=$(mod_list_geoip)

# pkg geoip2 module
module_group_kgeoip2=$(mod_list_geoip2)

# pkg sqlite module
module_group_ksqlite=$(mod_list_sqlite)

Expand Down

0 comments on commit 89d178f

Please sign in to comment.