Skip to content

Commit

Permalink
Fix IIS Makefile.win typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brenosilva committed Jul 26, 2013
1 parent 370069a commit 2c2adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iis/Makefile.win
Expand Up @@ -52,7 +52,7 @@ OBJS1 = mod_security2.obj apache2_config.obj apache2_io.obj apache2_util.obj \
msc_release.obj msc_crypt.obj msc_tree.obj
OBJS2 = api.obj buckets.obj config.obj filters.obj hooks.obj regex.obj server.obj
OBJS3 = main.obj moduleconfig.obj mymodule.obj
OBJS4 = libinjection_sql.obj
OBJS4 = libinjection_sqli.obj

all: $(DLL)

Expand Down

0 comments on commit 2c2adc2

Please sign in to comment.