~osd-lyrics/osd-lyrics/master

« back to all changes in this revision

Viewing changes to players/Makefile.am

  • Committer: GitHub
  • Author(s): Kevin Brodsky
  • Date: 2017-04-09 20:42:17 UTC
  • mfrom: (501.1.1)
  • Revision ID: git-v1:aa8fef23fcb7c7f13b3954de65ac994520c20930
Merge pull request #19 from GLolol/remove-unused-libraries

Remove checks for unused C libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        mpris1 \
3
3
        mpris2 \
4
4
        http \
 
5
        mpd \
5
6
        $(NULL)
6
 
if BUILD_MPD_SUPPORT
7
 
        SUBDIRS += mpd
8
 
endif