2082b3f8fb
The version checking function in particular is really useful for people doing `from gi.repository import RpmOstree`, which we'd like at least some things like Anaconda and Pungi to do. Closes: #891 Approved by: jlebon
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
# Shared variables between toplevel Makefile.am and doc/Makefile.am
|
|
# ...since gtk-doc forces use of recursive make =(
|
|
#
|
|
# Copyright (C) 2013 Colin Walters <walters@verbum.org>
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License as published by the Free Software Foundation; either
|
|
# version 2 of the License, or (at your option) any later version.
|
|
#
|
|
# This library is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with this library; if not, write to the
|
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
# Boston, MA 02111-1307, USA.
|
|
|
|
librpmostree_public_headers = \
|
|
src/lib/rpmostree.h \
|
|
src/lib/rpmostree-version.h \
|
|
src/lib/rpmostree-db.h \
|
|
src/lib/rpmostree-package.h \
|
|
$(NULL)
|