Changeset 5540efc for libpacketdump
- Timestamp:
- 11/02/05 12:04:20 (17 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:
- 36093bd
- Parents:
- 5261dbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/Makefile.am
r4a605a9 r5540efc 33 33 for plugin in $(PLUGINS); do install -D -m 755 $$plugin $(PLUGINDIR)/$$plugin; done 34 34 35 uninstall- exec-local:35 uninstall-local: 36 36 for plugin in $(PLUGINS); do rm -f $(PLUGINDIR)/$$plugin; done
Note: See TracChangeset
for help on using the changeset viewer.