Skip to content

Commit

Permalink
Merge pull request #51 from BobuSumisu/automake-redefinition-fix
Browse files Browse the repository at this point in the history
Fixed redifinition warning (automake)
  • Loading branch information
thus committed Oct 18, 2015
2 parents 462081f + cd0c343 commit 3e0611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -9,7 +9,7 @@ all: $(bin_PROGRAMS)
%.o: %.c
$(CC) -O3 $(CPPFLAGS) -c $< -o $@

passivedns: $(OBJECTS)
passivedns$(EXEEXT): $(OBJECTS)
$(CC) -o passivedns $(OBJECTS) $(LDFLAGS)

clean:
Expand Down

0 comments on commit 3e0611d

Please sign in to comment.