diff options
Diffstat (limited to 'lilo-config/common/tests/Makefile.am')
-rw-r--r-- | lilo-config/common/tests/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lilo-config/common/tests/Makefile.am b/lilo-config/common/tests/Makefile.am new file mode 100644 index 0000000..8059a44 --- /dev/null +++ b/lilo-config/common/tests/Makefile.am @@ -0,0 +1,9 @@ +String_LDADD = ../.libs/libcommon.a +noinst_PROGRAMS = String +INCLUDES = -I.. $(all_includes) + +String_SOURCES = \ + String.cc + +messages: + |