This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove unnecessary include search path
ahc_fix_select
tedbullock
17 years ago
parent
ea6dea4f37
commit
a850060335
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
httperf/src/lib/Makefile.am
+ 2
- 1
httperf/src/lib/Makefile.am
View File
@@ -1,5 +1,6 @@
# what flags you want to pass to the C compiler & linker
AM_CFLAGS = -I$(srcdir)/..
# AM_CFLAGS = -I$(srcdir)/..
AM_CFLAGS =
AM_LDFLAGS =
noinst_LIBRARIES = libutil.a
Write
Preview
Loading…
Cancel
Save