update versions
[gmpc-autoplaylist.git] / src / Makefile.am
blob53d2c61d505ee0b43e2657dff66c03c1cac3f9e3
1 libdir=${prefix}/share/gmpc/plugins
3 lib_LTLIBRARIES = libautoplaylist.la
5 libautoplaylist_la_SOURCES=\
6         main.c
9 libautoplaylist_la_LIBADD= @gmpcautoplaylist_LIBS@
10 libautoplaylist_la_CFLAGS= @gmpcautoplaylist_CFLAGS@ -Wall -Wmissing-declarations
11 libautoplaylist_la_LDFLAGS= -module -avoid-version 
13 install:
14         @$(MAKE)
15         mkdir -p ${DESTDIR}${libdir}
16         if test -f .libs/libautoplaylist.so; then cp .libs/libautoplaylist.so ${DESTDIR}${libdir}; fi
17         if test -f .libs/libautoplaylist.dll; then cp .libs/libautoplaylist.dll ${DESTDIR}${libdir}; fi