Codebase list faad2 / 88ca8470-a50e-4a92-8922-f96954f83fe4/upstream Makefile.am
88ca8470-a50e-4a92-8922-f96954f83fe4/upstream

Tree @88ca8470-a50e-4a92-8922-f96954f83fe4/upstream (Download .tar.gz)

Makefile.am @88ca8470-a50e-4a92-8922-f96954f83fe4/upstreamraw · history · blame

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

EXTRA_DIST = faad2.spec docs/libfaad.3 project utils

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