[yast-commit] r68155 - /trunk/libyui/Makefile.am
Author: tgoettlicher Date: Tue May 15 13:38:47 2012 New Revision: 68155 URL: http://svn.opensuse.org/viewcvs/yast?rev=68155&view=rev Log: add missing file Added: trunk/libyui/Makefile.am Added: trunk/libyui/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/Makefile.am?rev=68155&view=auto ============================================================================== --- trunk/libyui/Makefile.am (added) +++ trunk/libyui/Makefile.am Tue May 15 13:38:47 2012 @@ -0,0 +1,25 @@ +# +# Makefile.am for libyui +# + +SUBDIRS = src cmake examples + +AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip + +libyui.pc: libyui.pc.in config.status + ./config.status --file=$@:$< + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libyui.pc + +EXTRA_DIST = libyui.pc.in + +$(RPMNAME)-$(VERSION).tar.bz2: dist-bzip2 + +package-local: $(RPMNAME)-$(VERSION).tar.bz2 + rm -f package/$(RPMNAME)-*.tar.bz2 + rm -f package/*~ + rm -f package/*.bak + mv $(RPMNAME)-$(VERSION).tar.bz2 package/ + +package: package-local -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
tgoettlicher@svn2.opensuse.org