X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2Fa2boot%2FMakefile.am;h=02d583cad26de3182267fb9bc6819d4389d0fe50;hb=ecfc96169ab669b578e53fa8e13592934fe37788;hp=d8c1cd2cbd5053bd18a15ead7455cffec3db8c17;hpb=13743697115cc62e431dcfa68d04b51e26bb8962;p=netatalk.git diff --git a/contrib/a2boot/Makefile.am b/contrib/a2boot/Makefile.am index d8c1cd2c..02d583ca 100644 --- a/contrib/a2boot/Makefile.am +++ b/contrib/a2boot/Makefile.am @@ -1,18 +1,16 @@ # Makefile.am for contrib/a2boot/ -if COMPILE_A2BOOT sbin_PROGRAMS = a2boot -EXTRA_DIST = COPYRIGHT VERSION -else -sbin_PROGRAMS = -EXTRA_DIST = -endif a2boot_SOURCES = a2boot.c a2boot_LDADD = $(top_builddir)/libatalk/libatalk.la -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys \ - @SLP_CFLAGS@ \ +LIBS = @LIBS@ + +EXTRA_DIST = COPYRIGHT VERSION + +CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \ + @CFLAGS@ @SLP_CFLAGS@ \ -D_PATH_A_GS_BLOCKS=\"$(PKGCONFDIR)/a2boot/ProDOS16\ Boot\ Blocks\" \ -D_PATH_A_2E_BLOCKS=\"$(PKGCONFDIR)/a2boot/Apple\ :2f:2fe\ Boot\ Blocks\" \ -D_PATH_P16_IMAGE=\"$(PKGCONFDIR)/a2boot/ProDOS16\ Image\"