## AUTOMAKE_OPTIONS = foreign AM_CPPFLAGS = \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ -DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \ -DCNFPATH=\""$(prefix)/etc"\" \ -I../include AM_CFLAGS = -Wall -g bin_PROGRAMS = dsbfcntl dsbfcntl_SOURCES = fcntl.c dsbfcntl_LDADD = $(LIBTDATA_LIBS) $(LIBSEXPR_LIBS) -lblkid -lpthread