Browse Source

Fix locating ucd.h from a different build directory.

master
Reece H. Dunn 5 years ago
parent
commit
8e07b3ce63
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File



# -Wno-endif-labels : Needed to prevent warnings in ieee80.c. # -Wno-endif-labels : Needed to prevent warnings in ieee80.c.
AM_CFLAGS = \ AM_CFLAGS = \
-Isrc/include -Isrc/include/compat -I src/ucd-tools/src/include \
-Isrc/include -Isrc/include/compat -I$(srcdir)/src/ucd-tools/src/include \
-D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L \ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112L \
-Wno-endif-labels -Wno-endif-labels



Loading…
Cancel
Save