Fixed compile errors caused by combining plugins
[gst-davinci.git] / ti_plugins / davinci / common / release.mak
blob7e2ee50c3acc3e980c11eda0051c33519ec63014
1 # include this snippet to add a common release: target by using
2 # include $(top_srcdir)/common/release.mak
4 # make bz2 as well
5 AUTOMAKE_OPTIONS = dist-bzip2
7 release: dist
8 make $(PACKAGE)-$(VERSION).tar.gz.md5
9 make $(PACKAGE)-$(VERSION).tar.bz2.md5
11 # generate md5 sum files
12 %.md5: %
13 md5sum $< > $@