Merge pull request #8 from nirgal/patch-1

Use standard C pre-processor flags from environement
This commit is contained in:
Daniel Adolfsson 2015-10-11 02:49:41 +04:00
commit baec0bf028

View File

@ -34,7 +34,7 @@ ndppd: ${OBJS}
${CXX} -o ndppd ${LDFLAGS} ${LIBS} ${OBJS}
.cc.o:
${CXX} -c $(CXXFLAGS) -o $@ $<
${CXX} -c ${CPPFLAGS} $(CXXFLAGS) -o $@ $<
clean:
rm -f ndppd ndppd.conf.5.gz ndppd.1.gz ${OBJS}