Changeset f080961
- Timestamp:
- 2007-09-04T19:30:52Z (17 years ago)
- Branches:
- master
- Children:
- 19b805c
- Parents:
- 52d779e
- Location:
- skype
- Files:
-
- 2 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 -
skype/config.mak.in
r52d779e rf080961 4 4 prefix = @prefix@ 5 5 exec_prefix = @exec_prefix@ 6 sbindir = @sbindir@6 bindir = @bindir@ 7 7 libdir = @libdir@ 8 8 plugindir = ${libdir}/bitlbee
Note: See TracChangeset
for help on using the changeset viewer.