diff options
Diffstat (limited to 'dlib/Makefile.am')
-rw-r--r-- | dlib/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dlib/Makefile.am b/dlib/Makefile.am new file mode 100644 index 00000000..378cd785 --- /dev/null +++ b/dlib/Makefile.am @@ -0,0 +1,6 @@ +noinst_LIBRARIES = libDlib.a + +libDlib_a_SOURCES = \ + dlib.h \ + dlib.c + |