spek

Acoustic spectrum analyser https://github.com/alexkay/spek spek.cc
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

Makefile.am (254B)


      1 # Makefile.am
      2 
      3 SUBDIRS = icons
      4 
      5 desktopdir = $(datadir)/applications
      6 desktop_in_files = spek.desktop.in
      7 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
      8 @INTLTOOL_DESKTOP_RULE@
      9 
     10 EXTRA_DIST = \
     11 	$(desktop_in_files)
     12 
     13 CLEANFILES = \
     14 	$(desktop_DATA)