~smartboyhw/wubi/bug-1080090-new

« back to all changes in this revision

Viewing changes to src/grub4dos/util/.svn/text-base/Makefile.am.svn-base

  • Committer: Howard Chan
  • Date: 2012-11-20 10:16:05 UTC
  • Revision ID: smartboyhw@gmail.com-20121120101605-qfmjfsdynpzg9an9
Added images

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bin_PROGRAMS = mbchk
2
 
sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo \
3
 
        grub-set-default
4
 
noinst_SCRIPTS = grub-image mkbimage
5
 
 
6
 
EXTRA_DIST = mkbimage
7
 
 
8
 
# XXX: Need to search for a header file in docs, because of multiboot.h.
9
 
AM_CFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/docs
10
 
 
11
 
mbchk_SOURCES = mbchk.c
12
 
mbchk_LDADD = ../lib/libcommon.a