diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-15 10:21:08 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-24 19:46:32 -0400 |
commit | b818f5cf7f7d8240db2a94ebcc28603730760e48 (patch) | |
tree | 72d809c261c93a797c481534c534a2d397849c17 /sxpm/Makefile.am | |
parent | 78bca7e85b930593fefe85cc51b5e24f98de31d0 (diff) |
src make: remove -I$(top_builddir)/include
This directory does not exist, only object code is created
in "builddir".
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'sxpm/Makefile.am')
-rw-r--r-- | sxpm/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index a1fc4b8..1a8e5de 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -2,10 +2,9 @@ if BUILD_SXPM bin_PROGRAMS = sxpm +AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS) -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include - sxpm_SOURCES = sxpm.c sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la |