]> git.proxmox.com Git - mirror_spl-debian.git/blob - Makefile.am
OK, everything builds now. My initial intent was to place all of
[mirror_spl-debian.git] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign dist-zip
2
3 SUBDIRS = lib cmd modules include scripts
4 CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub
5 CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
6 EXTRA_DIST = autogen.sh
7
8 rpms: dist Makefile
9 rpmbuild -ta $(distdir).tar.gz
10