1*8dd5e09dSSadaf Ebrahimi# Makefile.am -- 2*8dd5e09dSSadaf Ebrahimi# Copyright 2009 Red Hat Inc., Durham, North Carolina. 3*8dd5e09dSSadaf Ebrahimi# All Rights Reserved. 4*8dd5e09dSSadaf Ebrahimi# 5*8dd5e09dSSadaf Ebrahimi# This library is free software; you can redistribute it and/or 6*8dd5e09dSSadaf Ebrahimi# modify it under the terms of the GNU Lesser General Public 7*8dd5e09dSSadaf Ebrahimi# License as published by the Free Software Foundation; either 8*8dd5e09dSSadaf Ebrahimi# version 2.1 of the License, or (at your option) any later version. 9*8dd5e09dSSadaf Ebrahimi# 10*8dd5e09dSSadaf Ebrahimi# This library is distributed in the hope that it will be useful, 11*8dd5e09dSSadaf Ebrahimi# but WITHOUT ANY WARRANTY; without even the implied warranty of 12*8dd5e09dSSadaf Ebrahimi# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13*8dd5e09dSSadaf Ebrahimi# Lesser General Public License for more details. 14*8dd5e09dSSadaf Ebrahimi# 15*8dd5e09dSSadaf Ebrahimi# You should have received a copy of the GNU Lesser General Public 16*8dd5e09dSSadaf Ebrahimi# License along with this library; if not, write to the Free Software 17*8dd5e09dSSadaf Ebrahimi# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18*8dd5e09dSSadaf Ebrahimi# 19*8dd5e09dSSadaf Ebrahimi# Authors: 20*8dd5e09dSSadaf Ebrahimi# Steve Grubb <[email protected]> 21*8dd5e09dSSadaf Ebrahimi# 22*8dd5e09dSSadaf Ebrahimi 23*8dd5e09dSSadaf EbrahimiCONFIG_CLEAN_FILES = *.loT *.rej *.orig 24*8dd5e09dSSadaf Ebrahimi 25*8dd5e09dSSadaf Ebrahimim4datadir = $(datadir)/aclocal 26*8dd5e09dSSadaf Ebrahimidist_m4data_DATA = cap-ng.m4 27*8dd5e09dSSadaf Ebrahimi 28