Changeset 2fcad6e for skype/Makefile
- Timestamp:
- 2007-08-21T18:55:32Z (17 years ago)
- Branches:
- master
- Children:
- 05c1bed
- Parents:
- 8e3058b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r8e3058b r2fcad6e 4 4 $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) 5 5 6 install: skype.so 6 install: skype.so skyped.py 7 7 $(INSTALL) -d $(DESTDIR)$(plugindir) 8 $(INSTALL) -d $(DESTDIR)$(sbindir) 8 9 $(INSTALL) skype.so $(DESTDIR)$(plugindir) 10 $(INSTALL) skyped.py $(DESTDIR)$(sbindir)/skyped 9 11 10 12 client: client.c
Note: See TracChangeset
for help on using the changeset viewer.