12 lines
364 B
Makefile
12 lines
364 B
Makefile
## Copyright (C) 2017-2018 Red Hat.
|
|
|
|
## You should have received a copy of the GNU General Public License v3
|
|
## along with this program; see the file COPYING3. If not see
|
|
## <http://www.gnu.org/licenses/>.
|
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
SUBDIRS = plugin scripts doc tests
|
|
dist_doc_DATA = LICENSE COPYING3
|
|
ACLOCAL_AMFLAGS = -I config
|