virt-viewer/icons/48x48/Makefile.am
Marc-André Lureau 81c2c3bfec build-sys: use git.mk to generate gitignore
This makefile is just fantastic, it forces you into good practices,
support various build targets (my windows builddir ignore the right
files etc..)

The more I use it, the more I like it.
2012-03-30 14:48:13 +02:00

8 lines
158 B
Makefile

size = $(notdir $(PWD))
icondir = $(datadir)/icons/hicolor/$(size)/apps/
icon_DATA = $(PACKAGE).png
EXTRA_DIST = $(icon_DATA)
-include $(top_srcdir)/git.mk