[libegg] fileformatchooser: Ported to GTK+ 3.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libegg] fileformatchooser: Ported to GTK+ 3.
- Date: Sat, 19 Mar 2011 08:50:13 +0000 (UTC)
commit 51e4713ae209564d93a96a75aabc1736321858eb
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]