From 96394ef1dfb0a2a9a44ee33817ebb416b0dba29f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 9 Apr 2009 02:26:07 +0200 Subject: add support for sunplus usb/ata bridges --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b11b1b2..f76414a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,10 @@ libatasmart_la_SOURCES = \ atasmart.strpool.c atasmart.h libatasmart_la_LDFLAGS = \ -version-info $(LIBATASMART_VERSION_INFO) +libatasmart_la_LIBADD = \ + $(LIBUDEV_LIBS) +libatasmart_la_CFLAGS = \ + $(LIBUDEV_CFLAGS) strpool_SOURCES = \ strpool.c -- cgit