Changeset fabd05a for libpacketdump
- Timestamp:
- 11/10/09 00:24:59 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 0ca90be
- Parents:
- 44c9ba9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/Makefile.am
r4e4a77f rfabd05a 141 141 142 142 install-exec-hook: 143 mkdir -p $(DESTDIR)$(plugindir)144 cd $(DESTDIR)$(plugindir) && $(LN_S) -f eth_2048.so ppp_33.so145 cd $(DESTDIR)$(plugindir) && $(LN_S) -f eth_2048.so link_5.so146 cd $(DESTDIR)$(plugindir) && $(LN_S) -f ip_41.protocol eth_34525.protocol143 $(AM_V_GEN)mkdir -p $(DESTDIR)$(plugindir) 144 $(AM_V_GEN)cd $(DESTDIR)$(plugindir) && $(LN_S) -f eth_2048.so ppp_33.so 145 $(AM_V_GEN)cd $(DESTDIR)$(plugindir) && $(LN_S) -f eth_2048.so link_5.so 146 $(AM_V_GEN)cd $(DESTDIR)$(plugindir) && $(LN_S) -f ip_41.protocol eth_34525.protocol
Note: See TracChangeset
for help on using the changeset viewer.