Showing
3 changed files
with
3 additions
and
2 deletions
| ... | ... | @@ -13,7 +13,7 @@ CLEANFILES = tepal_pars.c tepal_scan.c ../include/tepal_pars.h |
| 13 | 13 | bin_PROGRAMS = tepal |
| 14 | 14 | |
| 15 | 15 | tepal_SOURCES = $(tepal_source) |
| 16 | -tepal_CFLAGS = -I../include | |
| 16 | +AM_CFLAGS = -I../include | |
| 17 | 17 | |
| 18 | 18 | tepal_pars.c: Makefile tepal_pars.y |
| 19 | 19 | $(YACC) -d tepal_pars.y | ... | ... |
Please
register
or
login
to post a comment