[niepce] [cw] INCLUDES -> AM_CPPFLAGS to comply with newer automake.



commit cc380f5d53f5207bbee73c25e4243e6428d8913c
Author: Hubert Figuière <hub figuiere net>
Date:   Fri Jul 4 20:12:37 2014 -0400

    [cw] INCLUDES -> AM_CPPFLAGS to comply with newer automake.

 camerawire/src/Makefile.am |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/camerawire/src/Makefile.am b/camerawire/src/Makefile.am
index abfa676..ac0a950 100644
--- a/camerawire/src/Makefile.am
+++ b/camerawire/src/Makefile.am
@@ -1,15 +1,12 @@
 
 
-AM_CPPFLAGS = -DCW_LOCALEDIR=\"${CW_LOCALEDIR}\"
-
-
-bin_PROGRAMS = camerawire
-
-INCLUDES = -DDATADIR=\"$(datadir)\" \
+AM_CPPFLAGS = -DCW_LOCALEDIR=\"${CW_LOCALEDIR}\" \
+       -DDATADIR=\"$(datadir)\" \
        -I$(top_srcdir)/src  \
        @LIBGLIBMM_CFLAGS@ @LIBGTKMM_CFLAGS@ \
        @GPHOTO_CFLAGS@
 
+bin_PROGRAMS = camerawire
 
 camerawire_SOURCES = \
        cwapplication.hpp cwapplication.cpp \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]