diff options
| author | 2010-02-12 14:19:10 +0100 | |
|---|---|---|
| committer | 2010-03-02 14:34:42 +0100 | |
| commit | 9becfe7f97e337622a0bf716d70ae6912e3eeb74 (patch) | |
| tree | 2841ceaf3048d5bb35d2e5bc282ea363ac5acb06 /swig/Makefile.am | |
| parent | c5ef474d6da0472c72e1c986608e2480e836036c (diff) | |
| download | libimobiledevice-9becfe7f97e337622a0bf716d70ae6912e3eeb74.tar.gz libimobiledevice-9becfe7f97e337622a0bf716d70ae6912e3eeb74.tar.bz2 | |
Use AM_CPPFLAGS instead of deprecated INCLUDES
Diffstat (limited to 'swig/Makefile.am')
| -rw-r--r-- | swig/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index 6852aad..0953a56 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) |
| 2 | 2 | ||
| 3 | if HAVE_SWIG | 3 | if HAVE_SWIG |
| 4 | BUILT_SOURCES = imobiledevice_wrap.cxx | 4 | BUILT_SOURCES = imobiledevice_wrap.cxx |
| @@ -28,7 +28,7 @@ _imobiledevice_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) | |||
| 28 | _imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la $(libplistmm_LIBS) | 28 | _imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la $(libplistmm_LIBS) |
| 29 | 29 | ||
| 30 | imobiledevice_wrap.cxx : $(SWIG_SOURCES) | 30 | imobiledevice_wrap.cxx : $(SWIG_SOURCES) |
| 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< | 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(AM_CPPFLAGS) -I$(top_srcdir)/src -o $@ $< |
| 32 | 32 | ||
| 33 | endif # HAVE_SWIG | 33 | endif # HAVE_SWIG |
| 34 | 34 | ||
