Changeset 752a591 for skype/Makefile
- Timestamp:
- 2008-09-05T19:54:45Z (16 years ago)
- Branches:
- master
- Children:
- b414e30
- Parents:
- ef399c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
ref399c2 r752a591 8 8 9 9 skype.$(SHARED_EXT): skype.c config.mak 10 ifeq ($(BITLBEE),yes) 10 11 $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) skype.c $(LDFLAGS) 12 endif 11 13 12 14 install: skype.$(SHARED_EXT) skyped.py 15 ifeq ($(BITLBEE),yes) 13 16 $(INSTALL) -d $(DESTDIR)$(plugindir) 14 17 $(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir) 18 endif 15 19 ifeq ($(SKYPED),yes) 16 20 $(INSTALL) -d $(DESTDIR)$(bindir) … … 27 31 autogen: configure.ac 28 32 cp /usr/share/automake-$(AMVERSION)/install-sh ./ 29 cp /usr/share/aclocal/pkg.m4 aclocal.m430 33 autoconf 31 34
Note: See TracChangeset
for help on using the changeset viewer.