Changeset f080961 for skype/Makefile
- Timestamp:
- 2007-09-04T19:30:52Z (17 years ago)
- Branches:
- master
- Children:
- 19b805c
- Parents:
- 52d779e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r52d779e rf080961 8 8 install: skype.so skyped.py 9 9 $(INSTALL) -d $(DESTDIR)$(plugindir) 10 $(INSTALL) -d $(DESTDIR)$( sbindir)10 $(INSTALL) -d $(DESTDIR)$(bindir) 11 11 $(INSTALL) skype.so $(DESTDIR)$(plugindir) 12 $(INSTALL) skyped.py $(DESTDIR)$( sbindir)/skyped12 $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped 13 13 14 14 client: client.c
Note: See TracChangeset
for help on using the changeset viewer.