comparison src/Makefile.am @ 119:f50f4321aa2d

fix include file path
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:23:46 -0800
parents 0f1492b7fe8b
children bdb38b434c0a
comparison
equal deleted inserted replaced
118:0f1492b7fe8b 119:f50f4321aa2d
72 72
73 73
74 EXTRA_DIST = testdebug.c 74 EXTRA_DIST = testdebug.c
75 75
76 # set the include path found by configure 76 # set the include path found by configure
77 INCLUDES= $(all_includes) 77 INCLUDES= -I$(srcdir)/.. $(all_includes)
78 78
79 # the library search path. 79 # the library search path.
80 lspst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) 80 lspst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB)
81 readpst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) 81 readpst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB)
82 readpstlog_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) 82 readpstlog_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB)