Home | History | Annotate | Download | only in lib
      1 noinst_LIBRARIES = libcommon.a
      2 
      3 AM_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/stage2 \
      4 	-I$(top_srcdir)/stage1
      5 
      6 libcommon_a_SOURCES = getopt.c getopt1.c getopt.h device.c device.h
      7