mirror of
https://github.com/alexkay/spek.git
synced 2025-04-21 19:07:37 +03:00
15 lines
254 B
Makefile
15 lines
254 B
Makefile
# Makefile.am
|
|
|
|
SUBDIRS = icons
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_in_files = spek.desktop.in
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
EXTRA_DIST = \
|
|
$(desktop_in_files)
|
|
|
|
CLEANFILES = \
|
|
$(desktop_DATA)
|