X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/de0ef46ee9c9089a5a787fd1cd5f27ca475fc0be..05fd0aa117566503026dbedfe4d9b0485da2d5ed:/disobedience/Makefile.am diff --git a/disobedience/Makefile.am b/disobedience/Makefile.am index 4f79614..bfd5614 100644 --- a/disobedience/Makefile.am +++ b/disobedience/Makefile.am @@ -1,6 +1,6 @@ # # This file is part of DisOrder. -# Copyright (C) 2006-2010 Richard Kettlewell +# Copyright (C) 2006-2013 Richard Kettlewell # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,9 +16,12 @@ # along with this program. If not, see . # +VPATH+=${top_srcdir}/common + bin_PROGRAMS=disobedience SUBDIRS=manual +AUTOMAKE_OPTIONS=subdir-objects AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib AM_CFLAGS=$(GLIB_CFLAGS) $(GTK_CFLAGS) @@ -26,9 +29,10 @@ disobedience_SOURCES=disobedience.h disobedience.c client.c queue.c \ recent.c added.c queue-generic.c queue-generic.h queue-menu.c \ choose.c choose-menu.c choose-search.c popup.c misc.c \ control.c properties.c menu.c log.c progress.c login.c rtp.c \ - help.c ../lib/memgc.c settings.c users.c lookup.c choose.h \ + help.c settings.c users.c lookup.c choose.h \ popup.h playlists.c multidrag.c multidrag.h autoscroll.c \ autoscroll.h globals.c +nodist_disobedience_SOURCES=memgc.c disobedience_LDADD=../lib/libdisorder.a $(LIBPCRE) $(LIBGC) $(LIBGCRYPT) \ $(LIBASOUND) $(COREAUDIO) $(LIBICONV) -lm \ $(PULSEAUDIO_SIMPLE_LIBS) $(PULSEAUDIO_LIBS) @@ -51,6 +55,13 @@ install-data-local: $(INSTALL) -m 644 ${top_srcdir}/images/disobedience256x256.png \ ${DESTDIR}${datarootdir}/icons/hicolor/256x256/apps/disobedience.png +uninstall-local: + rm -f ${DESTDIR}${datarootdir}/applications/disobedience.desktop + rm -f ${DESTDIR}${datarootdir}/icons/hicolor/48x48/apps/disobedience.png + rm -f ${DESTDIR}${datarootdir}/icons/hicolor/64x64/apps/disobedience.png + rm -f ${DESTDIR}${datarootdir}/icons/hicolor/128x128/apps/disobedience.png + rm -f ${DESTDIR}${datarootdir}/icons/hicolor/256x256/apps/disobedience.png + check: check-help misc.o: ../images/images.h