2008-02-26 20:36:04 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
|
|
|
2008-02-27 20:52:44 +00:00
|
|
|
SUBDIRS = lib cmd modules include scripts
|
2008-02-26 20:36:04 +00:00
|
|
|
CONFIG_CLEAN_FILES = aclocal.m4 config.guess config.sub
|
|
|
|
CONFIG_CLEAN_FILES += depcomp install-sh missing mkinstalldirs
|
|
|
|
EXTRA_DIST = autogen.sh
|
|
|
|
|
|
|
|
rpms: dist Makefile
|
|
|
|
rpmbuild -ta $(distdir).tar.gz
|
2008-02-27 20:52:44 +00:00
|
|
|
|