Codebase list faad2 / 456427c Makefile.am
456427c

Tree @456427c (Download .tar.gz)

Makefile.am @456427craw · history · blame

1
2
3
4
5
6
7
8
SUBDIRS = libfaad common frontend plugins

EXTRA_DIST = faad2.spec

rpm:	Makefile
	make dist
	$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
	rm $(PACKAGE)-$(VERSION).tar.gz