Changeset a4bfbf0
- Timestamp:
- 04/21/06 23:17:56 (16 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:
- 114b8d6
- Parents:
- 088533a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/Makefile.am
r14d8a63 ra4bfbf0 31 31 32 32 install-exec-local: 33 for plugin in $(PLUGINS); do install -D -m 755 $$plugin $( PLUGINDIR)/$$plugin; done33 for plugin in $(PLUGINS); do install -D -m 755 $$plugin $(DESTDIR)$(PLUGINDIR)/$$plugin; done 34 34 35 35 uninstall-local:
Note: See TracChangeset
for help on using the changeset viewer.