xref: /onnv-gate/usr/src/grub/grub-0.97/lib/Makefile.am (revision 8044:b3af80bbf173)
1noinst_LIBRARIES = libcommon.a
2
3AM_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/stage2 \
4	-I$(top_srcdir)/stage1
5
6libcommon_a_SOURCES = getopt.c getopt1.c getopt.h device.c device.h
7