Change obsolete INCLUDES to AM_CPPFLAGS.

Also fix incorrect api include path (for epplet.h).

SVN revision: 82724
This commit is contained in:
Kim Woelders 2013-01-13 13:09:56 +00:00
parent 777db67d85
commit 83c964a105
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ EXTRA_PROGRAMS = EppletTest.epplet EppletConfigTest.epplet E-Mixer.epplet \
Emix.epplet E-PlayCD.epplet E-OpenGL-Demo.epplet \
E-SD.epplet
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/api $(IMLIB2_CFLAGS) $(X_CFLAGS)
AM_CPPFLAGS = -I$(top_builddir) -I$(top_builddir)/api $(IMLIB2_CFLAGS) $(X_CFLAGS)
LDADD = $(top_builddir)/api/libepplet.la $(X_LIBS) $(KSTAT_LIBS)
################ Conditional Builds ################
E_Mixer_epplet_SOURCES = E-Mixer.c
E_Mixer_epplet_CPPFLAGS = $(INCLUDES) @SGI_DEFINES@
E_Mixer_epplet_CPPFLAGS = $(AM_CPPFLAGS) @SGI_DEFINES@
E_Mixer_epplet_LDADD = $(LDADD) @SGI_LIBS@
Emix_epplet_SOURCES = Emix.c