From 2572656862df480672d7f622a82737186894b0c1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Jul 2008 21:22:12 +0200 Subject: actually use strpool for the atasmart sources --- Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8c22583..040029b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # License along with libatasmart. If not, If not, see # . -EXTRA_DIST = bootstrap.sh LGPL README atasmart.vapi +EXTRA_DIST = bootstrap.sh LGPL README atasmart.vapi atasmart.c SUBDIRS = MAINTAINERCLEANFILES = @@ -49,9 +49,15 @@ sktest_LDADD = \ libatasmart.la libatasmart_la_SOURCES = \ - atasmart.c atasmart.h + atasmart.strpool.c atasmart.h libatasmart_la_LDFLAGS = \ -version-info 0:0:0 strpool_SOURCES = \ strpool.c + +BUILT_SOURCES = \ + atasmart.strpool.c + +atasmart.strpool.c: atasmart.c strpool + $(builddir)/strpool $< $@ -- cgit