Blame netlabelctl/Makefile.am

Packit 51d0f7
#
Packit 51d0f7
# NetLabel Control Makefile
Packit 51d0f7
#
Packit 51d0f7
# Author: Paul Moore <paul@paul-moore.com>
Packit 51d0f7
#
Packit 51d0f7
Packit 51d0f7
#
Packit 51d0f7
# This program is free software: you can redistribute it and/or modify
Packit 51d0f7
# it under the terms of version 2 of the GNU General Public License as
Packit 51d0f7
# published by the Free Software Foundation.
Packit 51d0f7
#
Packit 51d0f7
# This program is distributed in the hope that it will be useful,
Packit 51d0f7
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 51d0f7
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 51d0f7
# GNU General Public License for more details.
Packit 51d0f7
#
Packit 51d0f7
# You should have received a copy of the GNU General Public License
Packit 51d0f7
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit 51d0f7
#
Packit 51d0f7
Packit 51d0f7
EXTRA_DIST = netlabel.service
Packit 51d0f7
Packit 51d0f7
sbin_PROGRAMS = netlabelctl
Packit 51d0f7
dist_sbin_SCRIPTS = netlabel-config
Packit 51d0f7
Packit 51d0f7
dist_sysconf_DATA = netlabel.rules
Packit 51d0f7
Packit 51d0f7
if HAVE_SYSTEMD
Packit 51d0f7
systemdsystemunit_DATA = netlabel.service
Packit 51d0f7
endif
Packit 51d0f7
Packit 51d0f7
netlabelctl_SOURCES = \
Packit 51d0f7
	netlabelctl.h main.c mgmt.c map.c unlabeled.c cipso.c calipso.c
Packit 51d0f7
netlabelctl_CPPFLAGS = ${AM_CPPFLAGS} -I$(topdir)/include
Packit 51d0f7
netlabelctl_LDADD = ../libnetlabel/libnetlabel.a