| Index: src/Makefile.am
|
| ===================================================================
|
| --- src/Makefile.am (revision 166547)
|
| +++ src/Makefile.am (working copy)
|
| @@ -3,8 +3,12 @@
|
| libmtp_la_CFLAGS = @LIBUSB_CFLAGS@
|
| libmtp_la_SOURCES = libmtp.c unicode.c unicode.h util.c util.h \
|
| gphoto2-endian.h _stdint.h ptp.c ptp.h libusb-glue.h \
|
| - music-players.h device-flags.h
|
| + music-players.h device-flags.h mtpz.h
|
|
|
| +if MTPZ_COMPILE
|
| +libmtp_la_SOURCES += mtpz.c
|
| +endif
|
| +
|
| if LIBUSB1_COMPILE
|
| libmtp_la_SOURCES += libusb1-glue.c
|
| endif
|
| @@ -44,7 +48,7 @@
|
| # ---------------------------------------------------------------------------
|
| CURRENT=9
|
| AGE=0
|
| -REVISION=3
|
| +REVISION=5
|
| SOVERSION=$(CURRENT):$(REVISION):$(AGE)
|
| LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
|
|
|
|
|