summaryrefslogtreecommitdiff
path: root/ext/dba/Makefile.am
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-21 15:12:32 +0000
committerSascha Schumann <sas@php.net>1999-07-21 15:12:32 +0000
commitb33d0fd7e7365d3247a769a1f046593fd94673ea (patch)
treecf872545df28aa0bca3719438136360928fab15f /ext/dba/Makefile.am
parent3843821d114fc770b1ac36d90bbf049bcc9a28ce (diff)
downloadphp-git-b33d0fd7e7365d3247a769a1f046593fd94673ea.tar.gz
initial import of DBA
Diffstat (limited to 'ext/dba/Makefile.am')
-rw-r--r--ext/dba/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/dba/Makefile.am b/ext/dba/Makefile.am
new file mode 100644
index 0000000000..b609be3bf3
--- /dev/null
+++ b/ext/dba/Makefile.am
@@ -0,0 +1,7 @@
+# $Id$
+
+INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
+noinst_LIBRARIES=libphpext_dba.a
+libphpext_dba_a_SOURCES=dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c \
+ dba_ndbm.c
+