File tree 3 files changed +59
-0
lines changed
3 files changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Object files
2
+ * .o
3
+ * .lo
4
+
5
+ # Libraries
6
+ * .lib
7
+ * .a
8
+ * .la
9
+
10
+ # Shared objects (inc. Windows DLLs)
11
+ * .dll
12
+ * .so
13
+ * .so. *
14
+ * .dylib
15
+
16
+ # Executables
17
+ * .exe
18
+ * .out
19
+ * .app
20
+
21
+ # archives
22
+ pcap- * .tgz
23
+
24
+ # autotools
25
+ .deps
26
+ .libs
27
+ config.cache
28
+ config.guess
29
+ config.h
30
+ config.h.in
31
+ config.h.in~
32
+ config.log
33
+ config.nice
34
+ config.status
35
+ config.sub
36
+ configure
37
+ configure.in
38
+ configure.ac
39
+ conftest
40
+ conftest.c
41
+ Makefile
42
+ Makefile.fragments
43
+ Makefile.global
44
+ Makefile.objects
45
+ acinclude.m4
46
+ aclocal.m4
47
+ autom4te.cache
48
+ build
49
+ install-sh
50
+ libtool
51
+ ltmain.sh
52
+ ltmain.sh.backup
53
+ missing
54
+ mkinstalldirs
55
+ modules
56
+ run-tests.php
57
+ run-tests.log
58
+ tmp-php.ini
File renamed without changes.
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ if test "$PHP_PCAP" != "no"; then
50
50
] )
51
51
fi
52
52
53
+ PHP_ADD_MAKEFILE_FRAGMENT
53
54
PHP_SUBST([ CFLAGS] )
54
55
PHP_SUBST(PCAP_SHARED_LIBADD)
55
56
fi
You can’t perform that action at this time.
0 commit comments