]> granicus.if.org Git - check/commitdiff
example: clarify the autotools based example
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 4 Feb 2014 00:35:24 +0000 (00:35 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 4 Feb 2014 00:35:24 +0000 (00:35 +0000)
there will be a CMake example later

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1088 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/example/README

index 8ba25d6144845e8a7dcca75b850a1e1d66c5cf82..c894e9df944430471768775913c74f2af7948259 100644 (file)
@@ -1,5 +1,8 @@
 This is the "money example" from the Check tutorial.
 
+========================
+Autotools:
+
 You need the following programs installed on your system:
   -- Autoconf 2.59
   -- Automake 1.9.6
@@ -21,4 +24,15 @@ money.c and money.h are built as a library.  src/main.c:main() is a
 client of libmoney.la, just as tests/check_money.c:main() is a client
 of libmoney.la
 
+To use the autotools example in another project, start with the following
+files:
+
+   example
+   |--- configure.ac
+   |--- Makefile.am
+   |--- src
+   |    |--- Makefile.am
+   |--- tests
+        |--- Makefile.am
+
 Please send bug reports to check-devel AT lists.sourceforge.net.