aboutsummaryrefslogtreecommitdiff
path: root/dlib/Makefile.am
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-07 00:36:34 +0200
committerjcid <devnull@localhost>2007-10-07 00:36:34 +0200
commit93715c46a99c96d6c866968312691ec9ab0f6a03 (patch)
tree573f19ec6aa740844f53a7c0eb7114f04096bf64 /dlib/Makefile.am
Initial revision
Diffstat (limited to 'dlib/Makefile.am')
-rw-r--r--dlib/Makefile.am6
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
+