diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | trafgen_stddef.h (renamed from stddef.h) | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -240,7 +240,8 @@ astraceroute_distclean_custom: netsniff-ng_install_custom flowtop_install_custom: $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));) trafgen_install_custom: - $(Q)$(call INST,stddef.h,$(ETCDIRE)) + $(Q)$(call INST,trafgen_stddef.h,$(ETCDIRE)) + $(Q)ln -s $(ETCDIRE)/trafgen_stddef.h $(ETCDIRE)/stddef.h astraceroute_install_custom: $(Q)$(call INST,geoip.conf,$(ETCDIRE)) diff --git a/stddef.h b/trafgen_stddef.h index 13688a6..13688a6 100644 --- a/stddef.h +++ b/trafgen_stddef.h |