Changeset 063bc327eb2e56eadead7201847268ced4893c0d
- Timestamp:
- 03/19/07 05:29:05 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- 9876aed40cc689833cc3349829e4d83f36dd0907
- Parents:
- cd59b42bfa142d7fd2babeaa98227dfd8b44aff7
- git-author:
- L. Donnie Smith <donnie.smith@…> (03/19/07 05:29:05)
- git-committer:
- dsmith <dsmith@…> (03/19/07 05:29:05)
- Message:
-
Configure: added --disable-ldconfig
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@32 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r00fb3cb
|
r063bc32
|
|
| 38 | 38 | install -d $(LIB_INST_DIR) |
| 39 | 39 | install $(SHARED_LIB) $(LIB_INST_DIR) |
| | 40 | ln -sf $(SHARED_LIB) $(LIB_INST_DIR)/$(SO_NAME) |
| 40 | 41 | ln -sf $(SO_NAME) $(LIB_INST_DIR)/$(LINK_NAME) |
| 41 | | ldconfig |
| | 42 | @LDCONFIG@ |
| 42 | 43 | |
| 43 | 44 | clean: |