- Timestamp:
- 2007-08-21T18:50:09Z (17 years ago)
- Branches:
- master
- Children:
- 8e3058b
- Parents:
- 68312b8
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r68312b8 rbbf1050 1 1 -include config.mak 2 2 3 skype.so: skype.c 3 skype.so: skype.c config.mak 4 4 $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) 5 6 install: skype.so 7 $(INSTALL) -d $(DESTDIR)$(plugindir) 8 $(INSTALL) skype.so $(DESTDIR)$(plugindir) 5 9 6 10 client: client.c -
skype/config.mak.in
r68312b8 rbbf1050 5 5 exec_prefix = @exec_prefix@ 6 6 libdir = @libdir@ 7 plugindir = ${libdir}/bitlbee
Note: See TracChangeset
for help on using the changeset viewer.