diff options
Diffstat (limited to 'skype/Makefile')
-rw-r--r-- | skype/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index c5e8074f..34d56c88 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -3,9 +3,11 @@ skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) -install: skype.so +install: skype.so skyped.py $(INSTALL) -d $(DESTDIR)$(plugindir) + $(INSTALL) -d $(DESTDIR)$(sbindir) $(INSTALL) skype.so $(DESTDIR)$(plugindir) + $(INSTALL) skyped.py $(DESTDIR)$(sbindir)/skyped client: client.c |