Changeset 3fd8b71
- Timestamp:
- 2008-01-28T23:29:00Z (17 years ago)
- Branches:
- master
- Children:
- 6f01885
- Parents:
- 6b266f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r6b266f6 r3fd8b71 2 2 3 3 VERSION = 0.3.1 4 5 AMVERSION = $(shell automake --version|sed 's/.*) //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') 4 6 5 7 skype.so: skype.c config.mak … … 19 21 20 22 prepare: configure.ac 21 cp /usr/share/automake /install-sh ./23 cp /usr/share/automake-$(AMVERSION)/install-sh ./ 22 24 cp /usr/share/aclocal/pkg.m4 aclocal.m4 23 25 autoconf
Note: See TracChangeset
for help on using the changeset viewer.