From 659d98ee3391f09108de188eb58ea76f74e60f7f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 3 Jul 2008 22:46:19 +0200 Subject: add a simple string pool generator --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a55b972..8c22583 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,9 @@ bin_PROGRAMS = \ skdump \ sktest +noinst_PROGRAMS = \ + strpool + lib_LTLIBRARIES = \ libatasmart.la @@ -49,3 +52,6 @@ libatasmart_la_SOURCES = \ atasmart.c atasmart.h libatasmart_la_LDFLAGS = \ -version-info 0:0:0 + +strpool_SOURCES = \ + strpool.c -- cgit