]> git.ozlabs.org Git - petitboot/blob - ui/test/Makefile.am
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / ui / test / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13 #
14 #
15 noinst_PROGRAMS += ui/test/discover-test
16
17 ui_test_discover_test_SOURCES = ui/test/discover-test.c
18 ui_test_discover_test_LDADD = \
19         ui/common/libpbui.la \
20         $(core_lib)