Browse Source

Remove unnecessary include search path

ahc_fix_select
tedbullock 17 years ago
parent
commit
a850060335
1 changed files with 2 additions and 1 deletions
  1. +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


Loading…
Cancel
Save