diff options
Diffstat (limited to 'contrib/rb3ptr/Makefile.am')
-rw-r--r-- | contrib/rb3ptr/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/rb3ptr/Makefile.am b/contrib/rb3ptr/Makefile.am new file mode 100644 index 0000000..fc660e7 --- /dev/null +++ b/contrib/rb3ptr/Makefile.am @@ -0,0 +1,6 @@ +# Source: http://jstimpfle.de/projects/rb3ptr/rb3ptr.html +# https://github.com/jstimpfle/rb3ptr +AM_CPPFLAGS = -I. + +noinst_LTLIBRARIES = librb3ptr.la +librb3ptr_la_SOURCES = rb3ptr.c rb3ptr.h |