Skip to content
Snippets Groups Projects
Commit bac37f74 authored by intrigeri's avatar intrigeri
Browse files

r3558@krups: intrigeri | 2005-11-15 14:44:17 +0100

 Autotools: when cleaning, delete generated files in lib dir.
parent 13149b96
No related branches found
No related tags found
No related merge requests found
EXTRALIBS = easydialog tools
CLEANFILES = $(EXTRALIBS)
dist_pkglib_DATA = $(EXTRALIBS)
EXTRA_DIST = easydialog.in tools.in
......
......@@ -112,6 +112,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
EXTRALIBS = easydialog tools
CLEANFILES = $(EXTRALIBS)
dist_pkglib_DATA = $(EXTRALIBS)
EXTRA_DIST = easydialog.in tools.in
edit = sed \
......@@ -225,6 +226,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment