[libegg/spread-table-dnd: 14/78] fileformatchooser: Ported to GTK+ 3.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libegg/spread-table-dnd: 14/78] fileformatchooser: Ported to GTK+ 3.
- Date: Sun, 10 Apr 2011 07:00:42 +0000 (UTC)
commit 9037e2d4b2a2cd5f30fbc290f7f90fe8bea2fe9f
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 18 23:28:30 2011 +0100
fileformatchooser: Ported to GTK+ 3.
libegg/fileformatchooser/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libegg/fileformatchooser/Makefile.am b/libegg/fileformatchooser/Makefile.am
index 1ff2088..086c071 100644
--- a/libegg/fileformatchooser/Makefile.am
+++ b/libegg/fileformatchooser/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = \
- $(EGG_CFLAGS) \
+ $(EGG_30_CFLAGS) \
-I$(top_srcdir)/libegg/util \
-DEGG_COMPILATION \
-DGTK_DISABLE_DEPRECATED \
@@ -9,7 +9,7 @@ INCLUDES = \
noinst_LTLIBRARIES = libeggfileformatchooser.la
-libeggfileformatchooser_la_LIBADD = $(EGG_LIBS)
+libeggfileformatchooser_la_LIBADD = $(EGG_30_LIBS)
libeggfileformatchooser_la_SOURCES = \
eggfileformatchooser.c
@@ -20,6 +20,6 @@ noinst_HEADERS = \
noinst_PROGRAMS = testfileformatchooser
testfileformatchooser_SOURCES = testfileformatchooser.c
-testfileformatchooser_LDFLAGS = libeggfileformatchooser.la $(EGG_LIBS)
+testfileformatchooser_LDFLAGS = libeggfileformatchooser.la $(EGG_30_LIBS)
testfileformatchooser_DEPENDENCIES = libeggfileformatchooser.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]