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